You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Revert "make sure gl options are set after init()"
This reverts commit b4bfd6d.
* Fix gl attribute: do not set to default if already set, do not use auto for PROFILE_MASK as it bug on OSX
* Restore spaces fix
* Keep setGLVersion API
varmsg='The application was unable to create an OpenGL context\nfor your $device video card.\nOpenGL ${glOptions.major}.${glOptions.minor}+ is required, please update your driver.';
59
+
varmsg='The application was unable to create an OpenGL context\nfor your $device video card.\nOpenGL $requiredGLMajor.$requiredGLMinor+ is required, please update your driver.';
0 commit comments