Function ggez::graphics::points[][src]

pub fn points(
    ctx: &mut Context,
    points: &[Point2],
    point_size: f32
) -> GameResult<()>

Draws points (as rectangles)

Allocates a new Mesh, draws it, and throws it away, so if you are drawing many of them you should create the Mesh yourself.