mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 08:39:45 +00:00
Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw
This commit is contained in:
+6
-5
@@ -329,11 +329,12 @@ extern "C" {
|
||||
#define GLFW_STEREO 0x00020010
|
||||
#define GLFW_WINDOW_NO_RESIZE 0x00020011
|
||||
#define GLFW_FSAA_SAMPLES 0x00020012
|
||||
#define GLFW_OPENGL_VERSION_MAJOR 0x00020013
|
||||
#define GLFW_OPENGL_VERSION_MINOR 0x00020014
|
||||
#define GLFW_OPENGL_FORWARD_COMPAT 0x00020015
|
||||
#define GLFW_OPENGL_DEBUG_CONTEXT 0x00020016
|
||||
#define GLFW_OPENGL_PROFILE 0x00020017
|
||||
#define GLFW_SRGB_CAPABLE 0x00020013
|
||||
#define GLFW_OPENGL_VERSION_MAJOR 0x00020014
|
||||
#define GLFW_OPENGL_VERSION_MINOR 0x00020015
|
||||
#define GLFW_OPENGL_FORWARD_COMPAT 0x00020016
|
||||
#define GLFW_OPENGL_DEBUG_CONTEXT 0x00020017
|
||||
#define GLFW_OPENGL_PROFILE 0x00020018
|
||||
|
||||
/* GLFW_OPENGL_PROFILE bit tokens */
|
||||
#define GLFW_OPENGL_CORE_PROFILE 0x00000001
|
||||
|
||||
Reference in New Issue
Block a user