20 #ifndef ANTKEEPER_GL_FILL_MODE_HPP
21 #define ANTKEEPER_GL_FILL_MODE_HPP
Graphics library interface.
fill_mode
Polygon rasterization mode.
@ line
Polygons edges are drawn as line segments.
@ point
Polygons vertices are drawn as points.
@ fill
Polygons are filled.