Browse Source

Added experimental GL3 back end which buffers whole frame

shared-context
Mikko Mononen 11 years ago
parent
commit
277d5ebb3b
2 changed files with 1068 additions and 1 deletions
  1. +2
    -1
      example/example_gl3.c
  2. +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


Loading…
Cancel
Save