8 #ifndef GLFW_WINDOW_GL_HPP 9 #define GLFW_WINDOW_GL_HPP 11 #include <SimpleGL_gl/SimpleGL_gl_Export.h> 35 WindowGL(
int width,
int height, std::string title,
bool vsync =
false);
42 void setVSync(
bool vsync);
45 void swapBuffers()
override;
This class provides a basic GLFW window.
Generic namespace for the SimpleGL framework.
This class provides a GLFW window with OpenGL context.