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
the GL headers are annoying (usually not available on the host system to begin with, pretty much completely duped in the case of gles, etc) and tinyfx already gathers its own function pointers, and only a small subset of what's in those headers is needed anyway.
just removing the includes and pasting in the relevant parts saves enough trouble to be worthwhile
The text was updated successfully, but these errors were encountered:
the GL headers are annoying (usually not available on the host system to begin with, pretty much completely duped in the case of gles, etc) and tinyfx already gathers its own function pointers, and only a small subset of what's in those headers is needed anyway.
just removing the includes and pasting in the relevant parts saves enough trouble to be worthwhile
The text was updated successfully, but these errors were encountered: