Class VkIndirectCommandsLayoutCreateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkIndirectCommandsLayoutCreateInfoEXT extends Struct<VkIndirectCommandsLayoutCreateInfoEXT> implements NativeResource
struct VkIndirectCommandsLayoutCreateInfoEXT {
    VkStructureType sType;
    void const * pNext;
    VkIndirectCommandsLayoutUsageFlagsEXT flags;
    VkShaderStageFlags shaderStages;
    uint32_t indirectStride;
    VkPipelineLayout pipelineLayout;
    uint32_t tokenCount;
    VkIndirectCommandsLayoutTokenEXT const * pTokens;
}