summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GLX_ARB_create_context
blob: f7b7de60ec3951bbf594c376306a28151b66ae6e (plain)
1
2
3
4
5
6
7
8
9
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)