18 #ifndef EQ_GLEXCEPTION_H 19 #define EQ_GLEXCEPTION_H 22 #include <eq/exception.h> 31 EQ_API
explicit GLException(
const uint32_t glError_ );
36 EQ_API
const char* what()
const throw()
override;
38 const uint32_t glError;
45 #endif // EQ_GLEXCEPTION_H virtual ~GLException()
Destruct this exception.
The Equalizer client library.
EQ_API GLException(const uint32_t glError_)
Construct a new OpenGL Exception.
Exception class for Equalizer operations.