Class VkDescriptorUpdateTemplateEntry

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkDescriptorUpdateTemplateEntryKHR

public class VkDescriptorUpdateTemplateEntry extends Struct<VkDescriptorUpdateTemplateEntry> implements NativeResource

 struct VkDescriptorUpdateTemplateEntry {
     uint32_t dstBinding;
     uint32_t dstArrayElement;
     uint32_t descriptorCount;
     VkDescriptorType descriptorType;
     size_t offset;
     size_t stride;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int DSTBINDING
      The struct member offsets.
    • DSTARRAYELEMENT

      public static final int DSTARRAYELEMENT
      The struct member offsets.
    • DESCRIPTORCOUNT

      public static final int DESCRIPTORCOUNT
      The struct member offsets.
    • DESCRIPTORTYPE

      public static final int DESCRIPTORTYPE
      The struct member offsets.
    • OFFSET

      public static final int OFFSET
      The struct member offsets.
    • STRIDE

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

    • VkDescriptorUpdateTemplateEntry

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