mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-29 17:17:07 +00:00
Windows glewinfo fixup - check for WGL_ARB_create_context
This commit is contained in:
parent
4c009908e2
commit
d367215cde
@ -197,7 +197,8 @@ GLboolean glewCreateContext (struct createParams* params)
|
|||||||
|
|
||||||
wglewContextInit();
|
wglewContextInit();
|
||||||
|
|
||||||
if (!wglewGetExtension("WGL_ARB_create_context_profile"))
|
/* Intel HD 3000 has WGL_ARB_create_context, but not WGL_ARB_create_context_profile */
|
||||||
|
if (!wglewGetExtension("WGL_ARB_create_context"))
|
||||||
return GL_TRUE;
|
return GL_TRUE;
|
||||||
|
|
||||||
i = 0;
|
i = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user