Added GLFW_OPENGL_NO_PROFILE for completeness.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent 56959bd075
commit e2c58b089b
  1. 1
      include/GL/glfw3.h

@ -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…
Cancel
Save