Nuklear/example
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
..
icon Release Version 1.0 2016-04-14 16:26:15 +02:00
images Release Version 1.0 2016-04-14 16:26:15 +02:00
skins Added GWEN style skinning example #155 2016-06-12 15:28:38 +02:00
Makefile TRAVIS: include demo windows and activate warnings 2018-01-02 08:26:29 +01:00
canvas.c Fix `Error 65543: NSGL` on macOS 2018-04-11 14:40:18 +03:00
extended.c Fix examples to use nk_vec2 in nk_input_scroll() calls. 2017-03-30 13:46:39 +03:00
file_browser.c Fix examples to use nk_vec2 in nk_input_scroll() calls. 2017-03-30 13:46:39 +03:00
skinning.c Remove unused line of code 2017-09-18 12:00:58 +03:00
stb_image.h Release Version 1.0 2016-04-14 16:26:15 +02:00