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