pub type PFN_vkGetPhysicalDeviceProperties = unsafe extern "system" fn(_physical_device: PhysicalDevice, _properties: *mut PhysicalDeviceProperties);
Expand description