mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added GLFW_OPENGL_NO_PROFILE for completeness.
This commit is contained in:
parent
56959bd075
commit
e2c58b089b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user