PFN_vkGetLatencyTimingsNV

Type Alias PFN_vkGetLatencyTimingsNV 

Source
pub type PFN_vkGetLatencyTimingsNV = Option<unsafe extern "system" fn(device: VkDevice, swapchain: VkSwapchainKHR, pLatencyMarkerInfo: *mut VkGetLatencyMarkerInfoNV)>;

Aliased Type§

pub enum PFN_vkGetLatencyTimingsNV {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkSwapchainKHR_T, *mut VkGetLatencyMarkerInfoNV)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkSwapchainKHR_T, *mut VkGetLatencyMarkerInfoNV))

Some value of type T.