Class VkIndirectCommandsLayoutTokenNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkIndirectCommandsLayoutTokenNV extends Struct<VkIndirectCommandsLayoutTokenNV> implements NativeResource
struct VkIndirectCommandsLayoutTokenNV {
    VkStructureType sType;
    void const * pNext;
    VkIndirectCommandsTokenTypeNV tokenType;
    uint32_t stream;
    uint32_t offset;
    uint32_t vertexBindingUnit;
    VkBool32 vertexDynamicStride;
    VkPipelineLayout pushconstantPipelineLayout;
    VkShaderStageFlags pushconstantShaderStageFlags;
    uint32_t pushconstantOffset;
    uint32_t pushconstantSize;
    VkIndirectStateFlagsNV indirectStateFlags;
    uint32_t indexTypeCount;
    VkIndexType const * pIndexTypes;
    uint32_t const * pIndexTypeValues;
}
  • 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.
    • TOKENTYPE

      public static final int TOKENTYPE
      The struct member offsets.
    • STREAM

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

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

      public static final int VERTEXBINDINGUNIT
      The struct member offsets.
    • VERTEXDYNAMICSTRIDE

      public static final int VERTEXDYNAMICSTRIDE
      The struct member offsets.
    • PUSHCONSTANTPIPELINELAYOUT

      public static final int PUSHCONSTANTPIPELINELAYOUT
      The struct member offsets.
    • PUSHCONSTANTSHADERSTAGEFLAGS

      public static final int PUSHCONSTANTSHADERSTAGEFLAGS
      The struct member offsets.
    • PUSHCONSTANTOFFSET

      public static final int PUSHCONSTANTOFFSET
      The struct member offsets.
    • PUSHCONSTANTSIZE

      public static final int PUSHCONSTANTSIZE
      The struct member offsets.
    • INDIRECTSTATEFLAGS

      public static final int INDIRECTSTATEFLAGS
      The struct member offsets.
    • INDEXTYPECOUNT

      public static final int INDEXTYPECOUNT
      The struct member offsets.
    • PINDEXTYPES

      public static final int PINDEXTYPES
      The struct member offsets.
    • PINDEXTYPEVALUES

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

    • VkIndirectCommandsLayoutTokenNV

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