Type Definition erupt::vk1_0::PFN_vkCreateFence[][src]

type PFN_vkCreateFence = unsafe extern "system" fn(device: Device, p_create_info: *const FenceCreateInfo, p_allocator: *const AllocationCallbacks, p_fence: *mut Fence) -> Result;

Vulkan Manual Page · Function