aboutsummaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/GLX_ARB_create_context
blob: 9cf87e5e8ac6d1a52145533263bd799c9873a2d6 (plain)
1
2
3
4
5
6
7
8
9
10
GLX_ARB_create_context
https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
GLX_ARB_create_context

	GLX_CONTEXT_DEBUG_BIT_ARB 0x00000001
	GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002
	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)