Mute the spam about supported extension functions not being returned

This commit is contained in:
baldurk
2014-12-02 01:31:35 +00:00
parent ed7b394a57
commit 9369c85953
2 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -529,8 +529,10 @@ __GLXextFuncPtr glXGetProcAddress(const GLubyte *f)
HookCheckGLExtensions();
#if 0
// claim not to know this extension!
RDCWARN("Claiming not to know extension that is available - %s", func);
RDCDEBUG("Claiming not to know extension that is available - %s", func);
#endif
return NULL;
}
+4 -2
View File
@@ -505,9 +505,11 @@ class OpenGLHook : LibraryHook
}
HookCheckGLExtensions();
#if 0
// claim not to know this extension!
RDCWARN("Claiming not to know extension that is available - %s", func);
RDCDEBUG("Claiming not to know extension that is available - %s", func);
#endif
return NULL;
}