Equalizer
1.4.1
|
#include <glException.h>
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.