pub type PFN_vkDeferredOperationJoinKHR = Option<unsafe extern "system" fn(device: Device, operation: DeferredOperationKHR) -> Result>;Expand description
vkDeferredOperationJoinKHR
Provided by VK_KHR_deferred_host_operations.
§Success Codes
VK_SUCCESSVK_THREAD_DONE_KHRVK_THREAD_IDLE_KHR
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkDeferredOperationJoinKHR {
None,
Some(unsafe extern "system" fn(Device, DeferredOperationKHR) -> Result),
}