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 Link icon

    • Buffer Link icon

      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 Link icon

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

    • sType Link icon

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

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

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

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

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

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

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

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

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

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

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

    • pNext Link icon

      Sets the specified value to the pNext field.