Added support for GL_KHR_context_flush_control.

This commit is contained in:
Camilla Berglund
2014-08-21 19:21:45 +02:00
parent cfc47abf0d
commit 44c899ce70
13 changed files with 164 additions and 38 deletions
+3
View File
@@ -173,6 +173,7 @@ struct _GLFWctxconfig
GLboolean debug;
int profile;
int robustness;
int release;
_GLFWwindow* share;
};
@@ -242,6 +243,7 @@ struct _GLFWwindow
GLboolean forward, debug;
int profile;
int robustness;
int release;
} context;
#if defined(_GLFW_USE_OPENGL)
@@ -338,6 +340,7 @@ struct _GLFWlibrary
int debug;
int profile;
int robustness;
int release;
} hints;
double cursorPosX, cursorPosY;