pub type PFN_vkCreateFence = unsafe extern "system" fn(_device: Device, _create_info: *const FenceCreateInfo, _allocator: *const AllocationCallbacks, _fence: *mut Fence) -> Result;
Expand description