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

pub fn draw(
    ctx: &mut Context,
    drawable: &Drawable,
    dest: Point,
    rotation: f32
) -> GameResult<()>

Draws the given Drawable object to the screen by calling its draw() method.