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
use glewExperimental = GL_TRUE on 3.2 core profile
shared-context
Mikko Mononen
11 years ago
parent
8b234ca953
commit
060b4521af
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
example/example_gl3.c
+ 1
- 0
example/example_gl3.c
View File
@@ -76,6 +76,7 @@ int main()
glfwMakeContextCurrent(window);
#ifdef NANOVG_GLEW
glewExperimental = GL_TRUE;
if(glewInit() != GLEW_OK) {
printf("Could not init glew.\n");
return -1;
Write
Preview
Loading…
Cancel
Save