mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Mute the spam about supported extension functions not being returned
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user