![]() |
glbinding
3.0.2.58901078581f
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
The AbstractValue class represents the superclass of a printable wrapper around an OpenGL data type. More...
#include <glbinding/include/glbinding/AbstractValue.h>
Public Member Functions | |
| AbstractValue () | |
| Constructor. More... | |
| virtual | ~AbstractValue () |
| Destructor for correct memory deallocation on subclasses. More... | |
The AbstractValue class represents the superclass of a printable wrapper around an OpenGL data type.
This class and its subclasses Value<T> are mainly used when callbacks of OpenGL functions are used.
| glbinding::AbstractValue::AbstractValue | ( | ) |
Constructor.
|
virtual |
Destructor for correct memory deallocation on subclasses.
1.8.11