Type Definition vulkan_bindings::FnCreateFence[][src]

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