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
stdio.h
shared-context
Andrew Corrigan
11 years ago
parent
2c5f10f33f
commit
79e2d7cad8
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/nanovg_gl2.h
+1
-0
src/nanovg_gl3.h
+ 1
- 0
src/nanovg_gl2.h
View File
@@ -55,6 +55,7 @@ void nvgDeleteGL2(struct NVGcontext* ctx);
#ifdef NANOVG_GL2_IMPLEMENTATION
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "nanovg.h"
+ 1
- 0
src/nanovg_gl3.h
View File
@@ -54,6 +54,7 @@ void nvgDeleteGL3(struct NVGcontext* ctx);
#ifdef NANOVG_GL3_IMPLEMENTATION
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "nanovg.h"
Write
Preview
Loading…
Cancel
Save