Type Definition vulkanalia_sys::PFN_vkCreateSemaphore[][src]

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