diff --git a/renderdoc/hooks/gl_win32_hooks.cpp b/renderdoc/hooks/gl_win32_hooks.cpp index d842508d9..0ff86e53a 100644 --- a/renderdoc/hooks/gl_win32_hooks.cpp +++ b/renderdoc/hooks/gl_win32_hooks.cpp @@ -339,6 +339,8 @@ class OpenGLHook : LibraryHook glhooks.GetDriver()->ActivateContext(WindowFromDC(dc), rc); + glhooks.GetRealFunctions(); + return ret; }