mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-18 19:55:54 +00:00
Also export glXGetProcAddressARB()
This commit is contained in:
@@ -416,6 +416,12 @@ __GLXextFuncPtr glXGetProcAddress(const GLubyte *f)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
__attribute__ ((visibility ("default")))
|
||||
__GLXextFuncPtr glXGetProcAddressARB(const GLubyte *f)
|
||||
{
|
||||
return glXGetProcAddress(f);
|
||||
}
|
||||
|
||||
bool OpenGLHook::PopulateHooks()
|
||||
{
|
||||
bool success = true;
|
||||
|
||||
Reference in New Issue
Block a user