[][src]Type Definition vulkan_bindings::FnCreateFence

type FnCreateFence = extern "system" fn(device: Device, pCreateInfo: *const FenceCreateInfo, pAllocator: *const AllocationCallbacks, pFence: *mut Fence) -> Result;