glpp icon indicating copy to clipboard operation
glpp copied to clipboard

OpenGL C++ Wrapper

Results 1 glpp issues
Sort by recently updated
recently updated
newest added

https://github.com/sque/glpp/blob/master/src/glpp/vertex_array.hpp ```.cpp //! 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.