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

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