[][src]Type Definition vulkanalia_sys::PFN_vkCreateFence

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