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

      public int sType()
      Returns:
      the value of the sType field.
    • pNext

      public long pNext()
      Returns:
      the value of the pNext field.
    • robustFragmentShadingRateAttachmentAccess

      public boolean robustFragmentShadingRateAttachmentAccess()
      Returns:
      the value of the robustFragmentShadingRateAttachmentAccess field.
    • separateDepthStencilAttachmentAccess

      public boolean separateDepthStencilAttachmentAccess()
      Returns:
      the value of the separateDepthStencilAttachmentAccess field.
    • maxDescriptorSetTotalUniformBuffersDynamic

      public int maxDescriptorSetTotalUniformBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetTotalUniformBuffersDynamic field.
    • maxDescriptorSetTotalStorageBuffersDynamic

      public int maxDescriptorSetTotalStorageBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetTotalStorageBuffersDynamic field.
    • maxDescriptorSetTotalBuffersDynamic

      public int maxDescriptorSetTotalBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetTotalBuffersDynamic field.
    • maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic

      public int maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic field.
    • maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic

      public int maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic field.
    • maxDescriptorSetUpdateAfterBindTotalBuffersDynamic

      public int maxDescriptorSetUpdateAfterBindTotalBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetUpdateAfterBindTotalBuffersDynamic field.
    • sType

      Sets the specified value to the sType field.
    • sType$Default

    • pNext

      Sets the specified value to the pNext field.