Added glfwCopyGLState.

This commit is contained in:
Camilla Berglund
2011-05-08 15:29:36 +02:00
parent 6fa2730087
commit 8aa8b7c2e4
7 changed files with 58 additions and 0 deletions
+1
View File
@@ -583,6 +583,7 @@ GLFWAPI void glfwSwapInterval(int interval);
GLFWAPI int glfwExtensionSupported(const char* extension);
GLFWAPI void* glfwGetProcAddress(const char* procname);
GLFWAPI void glfwGetGLVersion(int* major, int* minor, int* rev);
GLFWAPI void glfwCopyGLState(GLFWwindow src, GLFWwindow dst, unsigned long mask);
/* Enable/disable functions */
GLFWAPI void glfwEnable(GLFWwindow window, int token);