Skip to content

Fix issue with OpenGL 1.1 test on Mac

Kenneth Moreland requested to merge kmorel/icet:opengl1-compatibility into master

The OpenGL 1.1 test was initializing the OpenGL 3 features. Apple does not allow both of those simultaneously.

Merge request reports