Type Definition vulkanalia_sys::PFN_vkCreateFence[][src]

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