Jupiter b3b0c9ee02
Fix Error 65543: NSGL on macOS
## Forward compatibility (GLFW_OPENGL_FORWARD_COMPAT)
Fix for error 65543 on macOS:
Error `65543`: NSGL: The targeted version of OS X only supports forward-compatible contexts for OpenGL 3.2 and above

Quote from docs:
GLFW_OPENGL_FORWARD_COMPAT specifies whether the OpenGL context should be forward-compatible, i.e. one where all functionality deprecated in the requested version of OpenGL is removed. This must only be used if the requested OpenGL version is 3.0 or above.
2018-04-11 14:40:18 +03:00
..
2016-04-14 16:26:15 +02:00
2016-04-14 16:26:15 +02:00
2018-04-11 14:40:18 +03:00
2017-09-18 12:00:58 +03:00
2016-04-14 16:26:15 +02:00