PFN_vkGetPhysicalDeviceProperties

Type Alias PFN_vkGetPhysicalDeviceProperties 

Source
pub type PFN_vkGetPhysicalDeviceProperties = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pProperties: *mut VkPhysicalDeviceProperties)>;

Aliased Type§

pub enum PFN_vkGetPhysicalDeviceProperties {
    None,
    Some(unsafe extern "system" fn(*mut VkPhysicalDevice_T, *mut VkPhysicalDeviceProperties)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkPhysicalDevice_T, *mut VkPhysicalDeviceProperties))

Some value of type T.