|
Equalizer
1.4.1
|
#include <glException.h>
Inheritance diagram for eq::GLException:
Collaboration diagram for eq::GLException:Public Member Functions | |
| GLException (const uint32_t glError_) | |
| Construct a new OpenGL Exception. | |
| virtual const char * | what () const throw () |
Public Attributes | |
| const uint32_t | glError |
OpenGL Exception.
Definition at line 30 of file glException.h.
| eq::GLException::GLException | ( | const uint32_t | glError_ | ) | [inline] |
Construct a new OpenGL Exception.
Definition at line 34 of file glException.h.
1.4.1 by
1.7.6.1