pub type PFN_vkCreateDeferredOperationKHR = Option<unsafe extern "system" fn(device: Device, p_allocator: *const AllocationCallbacks, p_deferred_operation: *mut DeferredOperationKHR) -> Result>;Expand description
vkCreateDeferredOperationKHR
Provided by VK_KHR_deferred_host_operations.
§Success Codes
VK_SUCCESS
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkCreateDeferredOperationKHR {
None,
Some(unsafe extern "system" fn(Device, *const AllocationCallbacks, *mut DeferredOperationKHR) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, *const AllocationCallbacks, *mut DeferredOperationKHR) -> Result)
Some value of type T.