mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-19 10:46:28 +01:00
11 lines
421 B
Plaintext
11 lines
421 B
Plaintext
![]() |
WGL_ARB_create_context
|
||
|
http://www.opengl.org/registry/specs/ARB/wgl_create_context.txt
|
||
|
WGL_ARB_create_context
|
||
|
WGL_CONTEXT_DEBUG_BIT_ARB 0x0001
|
||
|
WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x0002
|
||
|
WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091
|
||
|
WGL_CONTEXT_MINOR_VERSION_ARB 0x2092
|
||
|
WGL_CONTEXT_LAYER_PLANE_ARB 0x2093
|
||
|
WGL_CONTEXT_FLAGS_ARB 0x2094
|
||
|
HGLRC wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int* attribList)
|