Function ggez::graphics::rectangles [] [src]

pub fn rectangles(ctx: &mut Context,
                  mode: DrawMode,
                  rect: &[Rect])
                  -> GameResult<()>

Draws many rectangles. Not part of the LOVE API but no reason not to include it.