|
SimpleGL
1.1.0
A framework for platform independent rendering
|
#include "SimpleGL/core.hpp"#include <cstdlib>#include <GLFW/glfw3.h>#include "SimpleGL/glfw_general.hpp"#include "SimpleGL/glfw_callback.hpp"#include "SimpleGL/logging.hpp"Go to the source code of this file.
Namespaces | |
| sgl | |
| Generic namespace for the SimpleGL framework. | |
Functions | |
| SIMPLEGL_EXPORT void | sgl::init () |
| Initializes SimpleGL and should be called before anything else. More... | |
1.8.11