[][src]Type Definition vulkanalia_sys::PFN_vkCreateSemaphore

type PFN_vkCreateSemaphore = extern "system" fn(_device: Device, _create_info: *const SemaphoreCreateInfo, _allocator: *const AllocationCallbacks, _semaphore: *mut Semaphore) -> Result;