We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9f463 commit d264357Copy full SHA for d264357
src/platforms/rcore_desktop_win32.c
@@ -195,8 +195,8 @@ static PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB = NULL;
195
#define WGL_CONTEXT_PROFILE_MASK_ARB 0x9126
196
#define WGL_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001
197
#define WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
198
-#define WGL_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004
199
-#define WGL_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
+#define WGL_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004
+#define WGL_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
200
201
//----------------------------------------------------------------------------------
202
// Types and Structures Definition
0 commit comments