PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR

Type Alias PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR 

Source
pub type PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pPerformanceQueryCreateInfo: *const VkQueryPoolPerformanceCreateInfoKHR, pNumPasses: *mut u32)>;

Aliased Type§

pub enum PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR {
    None,
    Some(unsafe extern "system" fn(*mut VkPhysicalDevice_T, *const VkQueryPoolPerformanceCreateInfoKHR, *mut u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.