Equalizer  1.6.1
Public Member Functions | Public Attributes | List of all members
eq::GLException Class Reference

OpenGL Exception. More...

#include <glException.h>

+ Inheritance diagram for eq::GLException:
+ Collaboration diagram for eq::GLException:

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 }
 

Detailed Description

OpenGL Exception.

Definition at line 27 of file glException.h.

Constructor & Destructor Documentation

eq::GLException::GLException ( const uint32_t  glError_)
inline

Construct a new OpenGL Exception.

Definition at line 31 of file glException.h.


The documentation for this class was generated from the following file: