PFN_vkGetPhysicalDeviceFeatures2

Type Alias PFN_vkGetPhysicalDeviceFeatures2 

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