|
Nameless Engine
|
#include <GLFW.hpp>
Public Member Functions | |
| GLFW (const GLFW &)=delete | |
| GLFW & | operator= (const GLFW &)=delete |
| ~GLFW () | |
Static Public Member Functions | |
| static GLFW & | get () |
Private Member Functions | |
| GLFW () | |
Singleton helper class to globally initialize/terminate GLFW.
|
inline |
Terminates GLFW.
|
inlineprivate |
Initializes GLFW.
|
inlinestatic |
Creates a static GLFW instance and return instance if not created before.