Class VkPhysicalDeviceMaintenance7PropertiesKHR.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<VkPhysicalDeviceMaintenance7PropertiesKHR>, NativeResource, Pointer
Enclosing class:
VkPhysicalDeviceMaintenance7PropertiesKHR

public static class VkPhysicalDeviceMaintenance7PropertiesKHR.Buffer extends StructBuffer<VkPhysicalDeviceMaintenance7PropertiesKHR, VkPhysicalDeviceMaintenance7PropertiesKHR.Buffer> implements NativeResource
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new VkPhysicalDeviceMaintenance7PropertiesKHR.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by VkPhysicalDeviceMaintenance7PropertiesKHR.SIZEOF, and its mark will be undefined.

      The created buffer instance holds a strong reference to the container object.

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • sType

      @NativeType("VkStructureType") public int sType()
      Returns:
      the value of the sType field.
    • pNext

      @NativeType("void *") public long pNext()
      Returns:
      the value of the pNext field.
    • robustFragmentShadingRateAttachmentAccess

      @NativeType("VkBool32") public boolean robustFragmentShadingRateAttachmentAccess()
      Returns:
      the value of the robustFragmentShadingRateAttachmentAccess field.
    • separateDepthStencilAttachmentAccess

      @NativeType("VkBool32") public boolean separateDepthStencilAttachmentAccess()
      Returns:
      the value of the separateDepthStencilAttachmentAccess field.
    • maxDescriptorSetTotalUniformBuffersDynamic

      @NativeType("uint32_t") public int maxDescriptorSetTotalUniformBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetTotalUniformBuffersDynamic field.
    • maxDescriptorSetTotalStorageBuffersDynamic

      @NativeType("uint32_t") public int maxDescriptorSetTotalStorageBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetTotalStorageBuffersDynamic field.
    • maxDescriptorSetTotalBuffersDynamic

      @NativeType("uint32_t") public int maxDescriptorSetTotalBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetTotalBuffersDynamic field.
    • maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic

      @NativeType("uint32_t") public int maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic field.
    • maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic

      @NativeType("uint32_t") public int maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic field.
    • maxDescriptorSetUpdateAfterBindTotalBuffersDynamic

      @NativeType("uint32_t") public int maxDescriptorSetUpdateAfterBindTotalBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetUpdateAfterBindTotalBuffersDynamic field.
    • sType

      public VkPhysicalDeviceMaintenance7PropertiesKHR.Buffer sType(@NativeType("VkStructureType") int value)
      Sets the specified value to the sType field.
    • sType$Default

    • pNext

      Sets the specified value to the pNext field.