Structures
VkIndirectExecutionSetInfoEXT
Union specifying parameters of a newly created indirect execution set
The VkIndirectExecutionSetInfoEXT union is defined as:
typedef union VkIndirectExecutionSetInfoEXT {
const VkIndirectExecutionSetPipelineInfoEXT* pPipelineInfo;
const VkIndirectExecutionSetShaderInfoEXT* pShaderInfo;
} VkIndirectExecutionSetInfoEXT;
pPipelineInfois a pointer to a VkIndirectExecutionSetPipelineInfoEXT structure containing pipeline layout information for the set.pShaderInfois a pointer to a VkIndirectExecutionSetShaderInfoEXT structure containing shader object layout information for the set.