pub type PFN_vkSetLatencyMarkerNV = Option<unsafe extern "system" fn(device: VkDevice, swapchain: VkSwapchainKHR, pLatencyMarkerInfo: *const VkSetLatencyMarkerInfoNV)>;Aliased Type§
pub enum PFN_vkSetLatencyMarkerNV {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkSwapchainKHR_T, *const VkSetLatencyMarkerInfoNV)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkSwapchainKHR_T, *const VkSetLatencyMarkerInfoNV))
Some value of type T.