pub type PFN_vkCreateIndirectExecutionSetEXT = Option<unsafe extern "system" fn(device: Device, p_create_info: *const IndirectExecutionSetCreateInfoEXT, p_allocator: *const AllocationCallbacks, p_indirect_execution_set: *mut IndirectExecutionSetEXT) -> Result>;Expand description
vkCreateIndirectExecutionSetEXT
Provided by VK_EXT_device_generated_commands.
§Success Codes
VK_SUCCESS
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkCreateIndirectExecutionSetEXT {
None,
Some(unsafe extern "system" fn(Device, *const IndirectExecutionSetCreateInfoEXT, *const AllocationCallbacks, *mut IndirectExecutionSetEXT) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, *const IndirectExecutionSetCreateInfoEXT, *const AllocationCallbacks, *mut IndirectExecutionSetEXT) -> Result)
Some value of type T.