![]() |
ImFusion C++ SDK 4.5.0
|
#include <ImFusion/Core/GL/Context.h>
Specialization of std::runtime_error indicating that OpenGL was not able to initialize correctly. More...
Specialization of std::runtime_error indicating that OpenGL was not able to initialize correctly.
This is usually the case if the current graphics driver does not support OpenGL at all or no display is attached (in case of Windows and GLX).
Public Member Functions | |
| OpenGLNotFoundException (const std::string &message) | |
| Constructs a new OpenGLNotFoundException with the given message and OpenGL error code. | |
| Public Member Functions inherited from std::runtime_error | |
| T | runtime_error (T... args) |
| T | what (T... args) |
| Public Member Functions inherited from std::exception | |
| T | exception (T... args) |
| T | operator= (T... args) |
| T | what (T... args) |
| T | ~exception (T... args) |