Added GLFW_OPENGL_NO_PROFILE for completeness.

This commit is contained in:
Camilla Berglund 2011-09-19 21:00:29 +02:00
parent 56959bd075
commit e2c58b089b

View File

@ -433,6 +433,7 @@ extern "C" {
#define GLFW_OPENGL_LOSE_CONTEXT_ON_RESET 0x00000002
/* GLFW_OPENGL_PROFILE bit tokens */
#define GLFW_OPENGL_NO_PROFILE 0x00000000
#define GLFW_OPENGL_CORE_PROFILE 0x00000001
#define GLFW_OPENGL_COMPAT_PROFILE 0x00000002
#define GLFW_OPENGL_ES2_PROFILE 0x00000004