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
Include GLFW_INCLUDE_GLCOREARB only on Macs
shared-context
Mikko Mononen
11 years ago
parent
847f0f591d
commit
df537491f2
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
example/example_gl3.c
+ 2
- 2
example/example_gl3.c
View File
@@ -21,8 +21,8 @@
# include <GL/glew.h>
#endif
#define GLFW_NO_GLU
#if
ndef _WIN32
#
define GLFW_INCLUDE_GLCOREARB
#if
def __APPLE__
#
define GLFW_INCLUDE_GLCOREARB
#endif
#include <GLFW/glfw3.h>
#include "nanovg.h"
Write
Preview
Loading…
Cancel
Save