Skip to main content

PFN_vkGetPhysicalDeviceProperties

Type Alias PFN_vkGetPhysicalDeviceProperties 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceProperties))

Some value of type T.