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

type PFN_vkCreateSemaphore = extern "system" fn(device: Device, p_create_info: *const SemaphoreCreateInfo, p_allocator: *const AllocationCallbacks, p_semaphore: *mut Semaphore) -> Result;