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;
pPipelineInfo
is a pointer to a VkIndirectExecutionSetPipelineInfoEXT struct containing pipeline layout information for the set.pShaderInfo
is a pointer to a VkIndirectExecutionSetShaderInfoEXT struct containing shader object layout information for the set.