User talk:Gnanini/Divinity: Original Sin EE - GoG

From ArchWiki

The whole code isn't visible on the actual page. I have do idea how to edit. This part is missing:

      strcmp((const char *) procName, "glDeleteNamedStringARB") == 0 ||
      strcmp((const char *) procName, "glCompileShaderIncludeARB") == 0 ||
      strcmp((const char *) procName, "glIsNamedStringARB") == 0 ||
      strcmp((const char *) procName, "glGetNamedStringARB") == 0 ||
      strcmp((const char *) procName, "glGetNamedStringivARB") == 0)
     return NULL;
  if(!next)

next = dlsym(RTLD_NEXT, "glXGetProcAddressARB");

   return ((_GLX_PUBLIC void (*(*)(const GLubyte *))(void))next)(procName);

}

Start a discussion about User:Gnanini/Divinity: Original Sin EE - GoG

Start a discussion