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
Added experimental GL3 back end which buffers whole frame
shared-context
Mikko Mononen
11 years ago
parent
6840bf8478
commit
277d5ebb3b
2 changed files
with
1068 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
example/example_gl3.c
+1066
-0
src/nanovg_gl3buf.h
+ 2
- 1
example/example_gl3.c
View File
@@ -25,7 +25,8 @@
#include <GLFW/glfw3.h>
#include "nanovg.h"
#define NANOVG_GL3_IMPLEMENTATION
#include "nanovg_gl3.h"
//#include "nanovg_gl3.h"
#include "nanovg_gl3buf.h"
#include "demo.h"
+ 1066
- 0
src/nanovg_gl3buf.h
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save