Class VkIndirectCommandsLayoutTokenEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkIndirectCommandsLayoutTokenEXT extends Struct<VkIndirectCommandsLayoutTokenEXT> implements NativeResource
struct VkIndirectCommandsLayoutTokenEXT {
    VkStructureType sType;
    void const * pNext;
    VkIndirectCommandsTokenTypeEXT type;
    VkIndirectCommandsTokenDataEXT data;
    uint32_t offset;
}