Type Alias ash::vk::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;