Also export glXGetProcAddressARB()

This commit is contained in:
Baldur Karlsson
2014-06-26 11:42:30 +01:00
parent f00815818a
commit b9dd24e950
+6
View File
@@ -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;