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;
pub union IndirectExecutionSetInfoEXT {
p_pipeline_info: *const vk::IndirectExecutionSetPipelineInfoEXT,
p_shader_info: *const vk::IndirectExecutionSetShaderInfoEXT,
}
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.
Type
Structures