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 deprecated OpenGL usages #234

Open
no-lex opened this issue Jan 11, 2022 · 0 comments
Open

Remove deprecated OpenGL usages #234

no-lex opened this issue Jan 11, 2022 · 0 comments
Labels
misimplementation Circumlocutious or redundant implementation

Comments

@no-lex
Copy link
Member

no-lex commented Jan 11, 2022

The libprimis-headers file glexts.h defines a series of deprecated OpenGL bindings, such as GL_QUADS and GL_ALPHA, that have been deprecated as of OpenGL 3.0. Since libprimis only targets OpenGL 4.0 and higher, it would be a good idea to replace the code using these API features with equivalent modern ones.

@no-lex no-lex added the misimplementation Circumlocutious or redundant implementation label Jan 11, 2022
no-lex added a commit that referenced this issue Sep 10, 2022
no-lex added a commit that referenced this issue Jan 21, 2023
no-lex added a commit that referenced this issue Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
misimplementation Circumlocutious or redundant implementation
Projects
None yet
Development

No branches or pull requests

1 participant