CGAL 4.14.2 - Three
|
#include <CGAL/Three/Buffer_objects.h>
The Vao struct is a wrapper for the QOpenGLVertexArrayObject
.
They are context dependent, most of the time it means Viewer
dependent.
Public Member Functions | |
Vao (QOpenGLShaderProgram *program) | |
Creates a Vao . More... | |
void | addVbo (Vbo *vbo) |
Adds a Vbo to the list of Vbos. | |
void | bind () |
Makes the Vao and its program active until release() is called. | |
void | release () |
Makes the Vao and its program not active. | |