logo
pub fn present<F, W>(
    before: F,
    queue: Arc<Queue>,
    info: PresentInfo<W>
) -> PresentFuture<F, W>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.