Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/extensions/gl/GLX_ARB_create_context')
-rw-r--r--Libraries/glew-2.0.0/auto/extensions/gl/GLX_ARB_create_context10
1 files changed, 0 insertions, 10 deletions
diff --git a/Libraries/glew-2.0.0/auto/extensions/gl/GLX_ARB_create_context b/Libraries/glew-2.0.0/auto/extensions/gl/GLX_ARB_create_context
deleted file mode 100644
index 800fbc49..00000000
--- a/Libraries/glew-2.0.0/auto/extensions/gl/GLX_ARB_create_context
+++ /dev/null
@@ -1,10 +0,0 @@
-GLX_ARB_create_context
-http://www.opengl.org/registry/specs/ARB/glx_create_context.txt
-GLX_ARB_create_context
-
- GLX_CONTEXT_DEBUG_BIT_ARB 0x0001
- GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x0002
- GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
- GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
- GLX_CONTEXT_FLAGS_ARB 0x2094
- GLXContext glXCreateContextAttribsARB (Display* dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list)