ash::vk

Type Alias PFN_vkCreateSemaphore

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