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§
None
No value.
Some(unsafe extern "system" fn(*mut VkPhysicalDevice_T, *mut VkPhysicalDeviceMemoryProperties))
Some value of type T.