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