Class VkIndirectExecutionSetInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkIndirectExecutionSetInfoEXT extends Struct<VkIndirectExecutionSetInfoEXT> implements NativeResource

 union VkIndirectExecutionSetInfoEXT {
     {@link VkIndirectExecutionSetPipelineInfoEXT VkIndirectExecutionSetPipelineInfoEXT} const * pPipelineInfo;
     {@link VkIndirectExecutionSetShaderInfoEXT VkIndirectExecutionSetShaderInfoEXT} const * pShaderInfo;
 }