ImFusion C++ SDK 4.5.0
ImFusion::GL::OpenGLNotFoundException Class Reference

#include <ImFusion/Core/GL/Context.h>

Specialization of std::runtime_error indicating that OpenGL was not able to initialize correctly. More...

Inheritance diagram for ImFusion::GL::OpenGLNotFoundException:

Detailed Description

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
runtime_error (T... args)
what (T... args)
Public Member Functions inherited from std::exception
exception (T... args)
operator= (T... args)
what (T... args)
~exception (T... args)

The documentation for this class was generated from the following file:
  • ImFusion/Core/GL/Context.h
Search Tab / S to search, Esc to close