Function ggez::graphics::draw [] [src]

pub fn draw(ctx: &mut Context,
            drawable: &mut Drawable,
            src: Option<Rect>,
            dst: Option<Rect>)
            -> GameResult<()>

Draws the given Drawable object to the screen.