Function ggez::graphics::present[][src]

pub fn present(ctx: &mut Context)

Tells the graphics system to actually put everything on the screen. Call this at the end of your EventHandler's draw() method.

Unsets any active canvas.