pub type PFN_vkWaitForPresentKHR = unsafe extern "system" fn(_device: Device, _swapchain: SwapchainKHR, _present_id: u64, _timeout: u64) -> Result;
Expand description