mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Removed GLFW_ACCELERATED window parameter.
This commit is contained in:
@@ -211,7 +211,6 @@ struct _GLFWwindow
|
||||
int samples;
|
||||
|
||||
// OpenGL extensions and context attributes
|
||||
GLboolean accelerated; // GL_TRUE if OpenGL context is "accelerated"
|
||||
int glMajor, glMinor, glRevision;
|
||||
GLboolean glForward, glDebug;
|
||||
int glProfile;
|
||||
|
||||
Reference in New Issue
Block a user