PFN_vkGetPhysicalDeviceMemoryProperties

Type Alias PFN_vkGetPhysicalDeviceMemoryProperties 

Source
pub type PFN_vkGetPhysicalDeviceMemoryProperties = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pMemoryProperties: *mut VkPhysicalDeviceMemoryProperties)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.