#ifndef MGLPP_PRIMITIVE_TYPE_HPP #define MGLPP_PRIMITIVE_TYPE_HPP namespace mgl { enum class PrimitiveType { Points, Lines, LineStrip, Triangles, TriangleStrip, TriangleFan, Quads, QuadStrip, Polygon }; } #endif /* MGLPP_PRIMITIVE_TYPE_HPP */