We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a couple of years ago, GLEW decided that multicontext-support is not worth the hassle, and consequently have dropped support for it.
the proposed solution (from glew) is to just only every create compatible contexts (so GLEW only needs to be initialized once).
dropping support for glew-mx and switching to glew (single-context) would allow us to use the latest GLEW again.
related issues:
The text was updated successfully, but these errors were encountered:
as of today, i think the better way (instead of switching from glew-mx to glew (single context)), is to use another openGL-loader altogether.
glew-mx
glew
i'm currently favouring glad, which seems to work well so far...
Sorry, something went wrong.
umlaeute
Successfully merging a pull request may close this issue.
a couple of years ago, GLEW decided that multicontext-support is not worth the hassle, and consequently have dropped support for it.
the proposed solution (from glew) is to just only every create compatible contexts (so GLEW only needs to be initialized once).
dropping support for glew-mx and switching to glew (single-context) would allow us to use the latest GLEW again.
related issues:
The text was updated successfully, but these errors were encountered: