pub type PFN_vkGetPhysicalDeviceFeatures2 = Option<unsafe extern "system" fn(physical_device: PhysicalDevice, p_features: *mut PhysicalDeviceFeatures2)>;Expand description
vkGetPhysicalDeviceFeatures2
Provided by VK_BASE_VERSION_1_1.
Aliased Type§
pub enum PFN_vkGetPhysicalDeviceFeatures2 {
None,
Some(unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceFeatures2)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceFeatures2))
Some value of type T.