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;
     {@link VkIndirectCommandsTokenDataEXT VkIndirectCommandsTokenDataEXT} data;
     uint32_t offset;
 }