Module OgamlGraphics.DrawParameter.PolygonMode

Polygon modes enumeration

This module consists of only one type enumerating OpenGL polygon modes

type t = DrawVertices | DrawLines | DrawFill
Polygon drawing modes

Possible values

DrawVertices
Draws only vertices
DrawLines
Draws only lines
DrawFill
Draws full polygons (default)