pub type PFN_vkLatencySleepNV = unsafe extern "system" fn(_device: Device, _swapchain: SwapchainKHR, _sleep_info: *const LatencySleepInfoNV) -> Result;
Expand description