Exception to be raised when OpenGL operations fail. More...
#include <OSDLOpenGL.h>


Public Member Functions | |
| OpenGLException (const std::string &reason) | |
| Constructs a new OpenGLException. | |
| virtual | ~OpenGLException () throw () |
| Virtual destructor. | |
Exception to be raised when OpenGL operations fail.
Definition at line 167 of file OSDLOpenGL.h.
| OpenGLException::OpenGLException | ( | const std::string & | reason | ) |
Constructs a new OpenGLException.
Definition at line 148 of file OSDLOpenGL.cc.
| OpenGLException::~OpenGLException | ( | ) | throw () [virtual] |
Virtual destructor.
Definition at line 155 of file OSDLOpenGL.cc.
1.6.3