Function ggez::graphics::draw_ex [] [src]

pub fn draw_ex(
    ctx: &mut Context,
    drawable: &Drawable,
    params: DrawParam
) -> GameResult<()>

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