This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
nanovg
mirror of
https://github.com/VCVRack/nanovg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Removed GLFW 2 option macro.
GLFW_NO_GLU is a GLFW 2 feature. GLFW 3 does not include the GLU header by default.
shared-context
Camilla Berglund
11 years ago
parent
4cc5fd68d1
commit
57308993cb
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
example/example_gl3.c
+ 0
- 1
example/example_gl3.c
View File
@@ -20,7 +20,6 @@
#ifdef NANOVG_GLEW
# include <GL/glew.h>
#endif
#define GLFW_NO_GLU
#ifdef __APPLE__
# define GLFW_INCLUDE_GLCOREARB
#endif
Write
Preview
Loading…
Cancel
Save