From bc2f7a6335b2b326ade467cc77d3e980b9cf091e Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Tue, 2 Aug 2011 15:12:26 -0400 Subject: [PATCH] Resolve ID: 2975557 ERROR_INVALID_VERSION_ARB missing --- auto/core/WGL_ARB_create_context | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 auto/core/WGL_ARB_create_context diff --git a/auto/core/WGL_ARB_create_context b/auto/core/WGL_ARB_create_context new file mode 100644 index 0000000..20b3119 --- /dev/null +++ b/auto/core/WGL_ARB_create_context @@ -0,0 +1,12 @@ +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 + ERROR_INVALID_VERSION_ARB 0x2095 + ERROR_INVALID_PROFILE_ARB 0x2096 + HGLRC wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int* attribList)