|
Equalizer
1.11.0
Parallel Rendering Framework
|
#include <glException.h>
Inheritance diagram for eq::GLException:
Collaboration diagram for eq::GLException:Public Member Functions | |
| EQ_API | GLException (const uint32_t glError_) |
| Construct a new OpenGL Exception. More... | |
| virtual | ~GLException () throw () |
| Destruct this exception. More... | |
| EQ_API const char * | what () const override throw () |
Public Member Functions inherited from eq::Exception | |
| Exception (const uint32_t type) | |
| Construct a new Exception. More... | |
| virtual | ~Exception () throw () |
| Destruct this exception. More... | |
| const char * | what () const override throw () |
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.
|
explicit |
Construct a new OpenGL Exception.
|
inlinevirtual | |||||||||||||
Destruct this exception.
Definition at line 34 of file glException.h.