pub type PFN_vkGetPhysicalDeviceExternalSemaphoreProperties = unsafe extern "system" fn(_physical_device: PhysicalDevice, _external_semaphore_info: *const PhysicalDeviceExternalSemaphoreInfo, _external_semaphore_properties: *mut ExternalSemaphoreProperties);
Expand description