Class VkGeneratedCommandsInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkGeneratedCommandsInfoEXT extends Struct<VkGeneratedCommandsInfoEXT> implements NativeResource
struct VkGeneratedCommandsInfoEXT {
    VkStructureType sType;
    void const * pNext;
    VkShaderStageFlags shaderStages;
    VkIndirectExecutionSetEXT indirectExecutionSet;
    VkIndirectCommandsLayoutEXT indirectCommandsLayout;
    VkDeviceAddress indirectAddress;
    VkDeviceSize indirectAddressSize;
    VkDeviceAddress preprocessAddress;
    VkDeviceSize preprocessSize;
    uint32_t maxSequenceCount;
    VkDeviceAddress sequenceCountAddress;
    uint32_t maxDrawCount;
}
  • 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.
    • SHADERSTAGES

      public static final int SHADERSTAGES
      The struct member offsets.
    • INDIRECTEXECUTIONSET

      public static final int INDIRECTEXECUTIONSET
      The struct member offsets.
    • INDIRECTCOMMANDSLAYOUT

      public static final int INDIRECTCOMMANDSLAYOUT
      The struct member offsets.
    • INDIRECTADDRESS

      public static final int INDIRECTADDRESS
      The struct member offsets.
    • INDIRECTADDRESSSIZE

      public static final int INDIRECTADDRESSSIZE
      The struct member offsets.
    • PREPROCESSADDRESS

      public static final int PREPROCESSADDRESS
      The struct member offsets.
    • PREPROCESSSIZE

      public static final int PREPROCESSSIZE
      The struct member offsets.
    • MAXSEQUENCECOUNT

      public static final int MAXSEQUENCECOUNT
      The struct member offsets.
    • SEQUENCECOUNTADDRESS

      public static final int SEQUENCECOUNTADDRESS
      The struct member offsets.
    • MAXDRAWCOUNT

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

    • VkGeneratedCommandsInfoEXT

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