SimpleGL
1.1.0
A framework for platform independent rendering
|
#include "SimpleGL_Export.h"
#include <string>
#include <GLFW/glfw3.h>
#include <glm/glm.hpp>
#include "glfw_callback.hpp"
Go to the source code of this file.
Classes | |
class | sgl::Window |
This class provides a basic GLFW window. More... | |
Namespaces | |
sgl | |
Generic namespace for the SimpleGL framework. | |
This file contains classes to generate a GLFW window.
Definition in file glfw_window.hpp.