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