Class VkMutableDescriptorTypeListEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkMutableDescriptorTypeListEXT>
org.lwjgl.vulkan.VkMutableDescriptorTypeListEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkMutableDescriptorTypeListVALVE

public class VkMutableDescriptorTypeListEXT extends org.lwjgl.system.Struct<VkMutableDescriptorTypeListEXT> implements org.lwjgl.system.NativeResource
Structure describing descriptor types that a given descriptor may mutate to.
Valid Usage
Valid Usage (Implicit)
  • If descriptorTypeCount is not 0, pDescriptorTypes must be a valid pointer to an array of descriptorTypeCount valid VkDescriptorType values
See Also

VkMutableDescriptorTypeCreateInfoEXT

Layout


 struct VkMutableDescriptorTypeListEXT {
     uint32_t descriptorTypeCount();
     VkDescriptorType const * pDescriptorTypes();
 }
  • Field Details

    • SIZEOF

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

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

      public static final int DESCRIPTORTYPECOUNT
      The struct member offsets.
    • PDESCRIPTORTYPES

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

    • VkMutableDescriptorTypeListEXT

      public VkMutableDescriptorTypeListEXT(ByteBuffer container)
      Creates a VkMutableDescriptorTypeListEXT 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