Class VkIndirectCommandsExecutionSetTokenEXT

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

public class VkIndirectCommandsExecutionSetTokenEXT extends org.lwjgl.system.Struct<VkIndirectCommandsExecutionSetTokenEXT> implements org.lwjgl.system.NativeResource
Structure specifying input data for a single execution set command token.
Valid Usage
Valid Usage (Implicit)
  • type must be a valid VkIndirectExecutionSetInfoTypeEXT value
  • shaderStages must be a valid combination of VkShaderStageFlagBits values
  • shaderStages must not be 0
See Also

VkIndirectCommandsTokenDataEXT

Layout


 struct VkIndirectCommandsExecutionSetTokenEXT {
     VkIndirectExecutionSetInfoTypeEXT type();
     VkShaderStageFlags shaderStages();
 }