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