mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +01:00
![Soren Jorvang](/assets/img/avatar_default.png)
I am not replacing the following header files used by the Windows build, as I don't have a Windows build setup to test. Please point the Windows build at the header files inside these clean distribution packages and garbage collect the duplicates: GLew/*.h and SDL/Include_1.2. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5711 8ced0084-cf51-0410-be5f-012b33b47a6e
10 lines
434 B
Plaintext
10 lines
434 B
Plaintext
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)
|