You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In retrospect it occurs to me that an equivalent fix might have been to mark the C functions as static (which, I realize now, is why the GL definitions do not experience the same conflict)
Since that approach is slightly simpler, we can update our code to use it.
The text was updated successfully, but these errors were encountered:
This is a simple cleanup task. It's a good first contribution for anyone interested in taking it.
In #87,
GlowGetProcAddress
was given a per-package unique suffix to fix go-gl/gl#85.In go-gl/gl#85 (comment), @errcw realized that:
Since that approach is slightly simpler, we can update our code to use it.
The text was updated successfully, but these errors were encountered: