Class VkIndirectCommandsVertexBufferTokenEXT

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

public class VkIndirectCommandsVertexBufferTokenEXT extends org.lwjgl.system.Struct<VkIndirectCommandsVertexBufferTokenEXT> implements org.lwjgl.system.NativeResource
Structure specifying layout token info for a single index buffer command token.
Valid Usage
  • vertexBindingUnit must be less than the total number of vertex input bindings in use by the current graphics state
See Also

VkIndirectCommandsTokenDataEXT

Layout


 struct VkIndirectCommandsVertexBufferTokenEXT {
     uint32_t vertexBindingUnit();
 }