Class VkPhysicalDeviceMaintenance7PropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceMaintenance7PropertiesKHR extends Struct<VkPhysicalDeviceMaintenance7PropertiesKHR> implements NativeResource

 struct VkPhysicalDeviceMaintenance7PropertiesKHR {
     VkStructureType sType;
     void * pNext;
     VkBool32 robustFragmentShadingRateAttachmentAccess;
     VkBool32 separateDepthStencilAttachmentAccess;
     uint32_t maxDescriptorSetTotalUniformBuffersDynamic;
     uint32_t maxDescriptorSetTotalStorageBuffersDynamic;
     uint32_t maxDescriptorSetTotalBuffersDynamic;
     uint32_t maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic;
     uint32_t maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic;
     uint32_t maxDescriptorSetUpdateAfterBindTotalBuffersDynamic;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • STYPE

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • ROBUSTFRAGMENTSHADINGRATEATTACHMENTACCESS

      public static final int ROBUSTFRAGMENTSHADINGRATEATTACHMENTACCESS
      The struct member offsets.
    • SEPARATEDEPTHSTENCILATTACHMENTACCESS

      public static final int SEPARATEDEPTHSTENCILATTACHMENTACCESS
      The struct member offsets.
    • MAXDESCRIPTORSETTOTALUNIFORMBUFFERSDYNAMIC

      public static final int MAXDESCRIPTORSETTOTALUNIFORMBUFFERSDYNAMIC
      The struct member offsets.
    • MAXDESCRIPTORSETTOTALSTORAGEBUFFERSDYNAMIC

      public static final int MAXDESCRIPTORSETTOTALSTORAGEBUFFERSDYNAMIC
      The struct member offsets.
    • MAXDESCRIPTORSETTOTALBUFFERSDYNAMIC

      public static final int MAXDESCRIPTORSETTOTALBUFFERSDYNAMIC
      The struct member offsets.
    • MAXDESCRIPTORSETUPDATEAFTERBINDTOTALUNIFORMBUFFERSDYNAMIC

      public static final int MAXDESCRIPTORSETUPDATEAFTERBINDTOTALUNIFORMBUFFERSDYNAMIC
      The struct member offsets.
    • MAXDESCRIPTORSETUPDATEAFTERBINDTOTALSTORAGEBUFFERSDYNAMIC

      public static final int MAXDESCRIPTORSETUPDATEAFTERBINDTOTALSTORAGEBUFFERSDYNAMIC
      The struct member offsets.
    • MAXDESCRIPTORSETUPDATEAFTERBINDTOTALBUFFERSDYNAMIC

      public static final int MAXDESCRIPTORSETUPDATEAFTERBINDTOTALBUFFERSDYNAMIC
      The struct member offsets.
  • Constructor Details

    • VkPhysicalDeviceMaintenance7PropertiesKHR

      public VkPhysicalDeviceMaintenance7PropertiesKHR(ByteBuffer container)
      Creates a VkPhysicalDeviceMaintenance7PropertiesKHR instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

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

  • Method Details