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