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

GLX_ARB_create_context « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 800fbc494d455a98249bfad17de7b4e31420fff9 (plain)
1
2
3
4
5
6
7
8
9
10
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)