[][src]Function ggez::graphics::set_drawable_size

pub fn set_drawable_size(
    context: &mut Context,
    width: f32,
    height: f32
) -> GameResult

Sets the window size/resolution to the specified width and height.