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

pub fn draw<D, T>(ctx: &mut Context, drawable: &D, params: T) -> GameResult where
    D: Drawable,
    T: Into<DrawParam>, 

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