[][src]Function ggez::graphics::set_canvas

pub fn set_canvas(ctx: &mut Context, target: Option<&Canvas>)

Set the Canvas to render to. Specifying Option::None will cause all rendering to be done directly to the screen.