PFN_vkGetPhysicalDeviceFormatProperties2

Type Alias PFN_vkGetPhysicalDeviceFormatProperties2 

Source
pub type PFN_vkGetPhysicalDeviceFormatProperties2 = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, format: VkFormat, pFormatProperties: *mut VkFormatProperties2)>;

Aliased Type§

pub enum PFN_vkGetPhysicalDeviceFormatProperties2 {
    None,
    Some(unsafe extern "system" fn(*mut VkPhysicalDevice_T, u32, *mut VkFormatProperties2)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.