Function vulkano::swapchain::present

source ·
pub fn present<F>(
    before: F,
    queue: Arc<Queue>,
    swapchain_info: SwapchainPresentInfo
) -> PresentFuture<F>where
    F: GpuFuture,
Expand description

Presents an image on the screen.

The actual behavior depends on the present mode that you passed when creating the swapchain.