PFN_vkDestroyIndirectExecutionSetEXT

Type Alias PFN_vkDestroyIndirectExecutionSetEXT 

Source
pub type PFN_vkDestroyIndirectExecutionSetEXT = unsafe extern "system" fn(_device: Device, _indirect_execution_set: IndirectExecutionSetEXT, _allocator: *const AllocationCallbacks);
Expand description