libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

Remove deprecated OpenGL usages

Open no-lex opened this issue 3 years ago • 0 comments

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 avatar Jan 11 '22 08:01 no-lex