Skip to content
Unverified Commit 081d2835 authored by baldurk's avatar baldurk
Browse files

On linux don't take address of glX/egl symbols

* The application could export a public glXSwapBuffers symbol that is its own
  function pointer, and &glXSwapBuffers looking up that symbol will get it,
  instead of our entry point. Follow the GL function scheme of still exporting a
  small stub with the proper name, but forwarding to an internal suffixed symbol
  that won't be overloaded.
parent 73ec1e1d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment