pub type PFN_vkDestroyDeferredOperationKHR = Option<unsafe extern "system" fn(device: Device, operation: DeferredOperationKHR, p_allocator: *const AllocationCallbacks)>;Expand description
vkDestroyDeferredOperationKHR
Provided by VK_KHR_deferred_host_operations.
§Thread Safety
operationmust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyDeferredOperationKHR {
None,
Some(unsafe extern "system" fn(Device, DeferredOperationKHR, *const AllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, DeferredOperationKHR, *const AllocationCallbacks))
Some value of type T.