Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove dependency on opengl headers #37

Open
shakesoda opened this issue Jun 7, 2020 · 0 comments
Open

remove dependency on opengl headers #37

shakesoda opened this issue Jun 7, 2020 · 0 comments

Comments

@shakesoda
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant