Primitives
are the basic geometric entities used by the graphics system. They create an input for the OpenGL rendering pipeline and they are formed by one or more vertices.
Three
basic types:
points,
lines, and
triangles*.



*
Geometry and tessellations shaders have additional types