pub type PFN_vkCreateDeferredOperationKHR = Option<unsafe extern "system" fn(device: VkDevice, pAllocator: *const VkAllocationCallbacks, pDeferredOperation: *mut VkDeferredOperationKHR) -> VkResult>;Aliased Type§
pub enum PFN_vkCreateDeferredOperationKHR {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkAllocationCallbacks, *mut *mut VkDeferredOperationKHR_T) -> i32),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkAllocationCallbacks, *mut *mut VkDeferredOperationKHR_T) -> i32)
Some value of type T.