mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Call GetRealFunctions on MakeCurrent to populate extensions.
* Even if the app only queries some subset of extensions, we may need more (e.g. need the DSA extensions). GetRealFunctions does a PopulateHooks which will fill out the extensions that we need.
This commit is contained in:
@@ -339,6 +339,8 @@ class OpenGLHook : LibraryHook
|
||||
|
||||
glhooks.GetDriver()->ActivateContext(WindowFromDC(dc), rc);
|
||||
|
||||
glhooks.GetRealFunctions();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user