https://github.com/sque/glpp/blob/master/src/glpp/vertex_array.hpp
//! Set primitive type when drawing
void set_primitive(primitive_type mode);
//! Get primitive type when drawing
primitive_type get_primitive() const;
The above two member functions are not implemented.