SimpleGL
1.1.0
A framework for platform independent rendering
|
#include "SimpleGL_gl/backend_gl.hpp"
#include <cstdlib>
#include <GLFW/glfw3.h>
#include <SimpleGL/logging.hpp>
Go to the source code of this file.
Namespaces | |
sgl | |
Generic namespace for the SimpleGL framework. | |
Functions | |
SIMPLEGL_GL_EXPORT void | sgl::initGL () |
Initializes the OpenGL backend, this will also check available extensions and should be called after sgl::init(). More... | |
This files contains the implementation of the backend_gl.hpp header.
Definition in file backend_gl.cpp.