Equalizer
1.6.1
|
#include <glException.h>
Public Member Functions | |
GLException (const uint32_t glError_) | |
Construct a new OpenGL Exception. More... | |
virtual const char * | what () const throw () |
Public Member Functions inherited from eq::Exception | |
Exception (const uint32_t type) | |
Construct a new Exception. More... | |
Public Attributes | |
const uint32_t | glError |
Additional Inherited Members | |
Public Types inherited from eq::Exception | |
enum | Type { TIMEOUT_INPUTFRAME = co::Exception::CUSTOM, GL_ERROR, CUSTOM = co::Exception::CUSTOM + 20 } |
OpenGL Exception.
Definition at line 27 of file glException.h.
|
inline |
Construct a new OpenGL Exception.
Definition at line 31 of file glException.h.