[][src]Type Definition ash::vk::PFN_vkCreateFence

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