Class VkIndirectCommandsLayoutTokenEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkIndirectCommandsLayoutTokenEXT>
org.lwjgl.vulkan.VkIndirectCommandsLayoutTokenEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkIndirectCommandsLayoutTokenEXT extends org.lwjgl.system.Struct<VkIndirectCommandsLayoutTokenEXT> implements org.lwjgl.system.NativeResource
Struct specifying the details of an indirect command layout token.
Valid Usage
Valid Usage (Implicit)
See Also

VkIndirectCommandsLayoutCreateInfoEXT, VkIndirectCommandsTokenDataEXT

Layout


 struct VkIndirectCommandsLayoutTokenEXT {
     VkStructureType sType();
     void const * pNext();
     VkIndirectCommandsTokenTypeEXT type();
     VkIndirectCommandsTokenDataEXT data();
     uint32_t offset();
 }