Debug log for which extension functions the app is requesting

This commit is contained in:
baldurk
2014-11-11 17:49:54 +00:00
parent 67ae269bc5
commit 67e5b28f3b
+4
View File
@@ -449,6 +449,10 @@ class OpenGLHook : LibraryHook
static PROC WINAPI wglGetProcAddress_hooked(const char *func)
{
PROC realFunc = glhooks.wglGetProcAddress_realfunc(func);
#if 0
RDCDEBUG("Checking for extension - %hs - real function is %p", func, realFunc);
#endif
// if the real RC doesn't support this function, don't bother hooking
if(realFunc == NULL)