Equalizer  1.8.0
Parallel Rendering Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
eq::GLException Class Reference

OpenGL Exception. More...

#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 }
 

Detailed Description

OpenGL Exception.

Definition at line 27 of file glException.h.

Constructor & Destructor Documentation

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

Construct a new OpenGL Exception.

virtual eq::GLException::~GLException ( )
throw (
)
inlinevirtual

Destruct this exception.

Definition at line 34 of file glException.h.


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