18 #ifndef EQ_GLEXCEPTION_H
19 #define EQ_GLEXCEPTION_H
21 #include <eq/client/api.h>
22 #include <eq/client/exception.h>
32 :
Exception( GL_ERROR ), glError( glError_ ) {}
34 EQ_API
virtual const char* what()
const throw();
36 const uint32_t glError;
40 #endif // EQ_GLEXCEPTION_H
Exception class for Equalizer operations.
GLException(const uint32_t glError_)
Construct a new OpenGL Exception.