Ajout version Release/x64 avec les libraries x64 et tuning de la version Debug
This commit is contained in:
17
SQCSim2021/external/glew210/auto/src/glew_str_wgl.c
vendored
Normal file
17
SQCSim2021/external/glew210/auto/src/glew_str_wgl.c
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
}
|
||||
ret = (len == 0);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
#if defined(_WIN32) && !defined(GLEW_EGL) && !defined(GLEW_OSMESA)
|
||||
|
||||
GLboolean GLEWAPIENTRY wglewIsSupported (const char* name)
|
||||
{
|
||||
const GLubyte* pos = (const GLubyte*)name;
|
||||
GLuint len = _glewStrLen(pos);
|
||||
GLboolean ret = GL_TRUE;
|
||||
while (ret && len > 0)
|
||||
{
|
||||
if (_glewStrSame1(&pos, &len, (const GLubyte*)"WGL_", 4))
|
||||
{
|
Reference in New Issue
Block a user