Class VkIndirectExecutionSetInfoEXT

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

public class VkIndirectExecutionSetInfoEXT extends org.lwjgl.system.Struct<VkIndirectExecutionSetInfoEXT> implements org.lwjgl.system.NativeResource
Union specifying parameters of a newly created indirect execution set.
See Also

VkIndirectExecutionSetCreateInfoEXT, VkIndirectExecutionSetPipelineInfoEXT, VkIndirectExecutionSetShaderInfoEXT

Layout


 union VkIndirectExecutionSetInfoEXT {
     VkIndirectExecutionSetPipelineInfoEXT const * pPipelineInfo();
     VkIndirectExecutionSetShaderInfoEXT const * pShaderInfo();
 }