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... | |
The exception classes listed below provide information about errors that occur during the excecution of the OpenGL function calls in the OGLplus wrappers.