OGLplus (0.52.0) a C++ wrapper for OpenGL

Error handling

Classes

class  oglplus::Error
 Exception class for general OpenGL errors. More...
 
class  oglplus::IncompleteFramebuffer
 Incomplete framebuffer exception class. More...
 
class  oglplus::MissingFunction
 Exception class for situations when a pointer to a GL function is invalid. More...
 
class  oglplus::LimitError
 Exception indicating exceeded implementation-defined limits. More...
 
class  oglplus::ProgramBuildError
 Base class for program compilation or linking errors. More...
 
class  oglplus::CompileError
 Exception class for OpenGL shading language compilation error. More...
 
class  oglplus::LinkError
 Exception class for OpenGL shading language program link error. More...
 
class  oglplus::ValidationError
 Exception class for OpenGL shading language program validation error. More...
 

Detailed Description

The exception classes listed below provide information about errors that occur during the excecution of the OpenGL function calls in the OGLplus wrappers.


Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).