class mrpt::opengl::COpenGLVertexArrayObject¶
A wrapper for an OpenGL vertex array object (VAO).
Refer to docs for glGenVertexArrays().
#include <mrpt/opengl/COpenGLVertexArrayObject.h> class COpenGLVertexArrayObject { public: // structs struct RAII_Impl; // methods void create(); void createOnce(); bool isCreated() const; void destroy(); void bind(); void release(); unsigned int bufferId() const; };