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
Fix for issue
#14
shared-context
Mikko Mononen
11 years ago
parent
64de0f6321
commit
7fc116418c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
example/example_gl3.c
+ 2
- 0
example/example_gl3.c
View File
@@ -99,6 +99,8 @@ int main()
printf("Could not init glew.\n");
return -1;
}
// GLEW generates GL error because it calls glGetString(GL_EXTENSIONS), we'll consume it here.
glGetError();
#endif
#ifdef DEMO_MSAA
Write
Preview
Loading…
Cancel
Save