pub type PFN_vkGetPhysicalDeviceFeatures = unsafe extern "system" fn(_physical_device: PhysicalDevice, _features: *mut PhysicalDeviceFeatures);
Expand description