glpp icon indicating copy to clipboard operation
glpp copied to clipboard

getter and setter of vertex_array::m_primitives are not implemented.

Open csukuangfj opened this issue 8 years ago • 0 comments

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.

csukuangfj avatar Nov 05 '17 11:11 csukuangfj