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

pub fn present(ctx: &mut Context) -> GameResult<()>

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.