GLMeta: Add vertex array object support

This commit is contained in:
Jonas Kulla 2014-07-13 14:03:18 +02:00
parent dac1407120
commit efb2fd2695
12 changed files with 344 additions and 199 deletions

View file

@ -125,7 +125,8 @@ HEADERS += \
src/boost-hash.h \
src/debugwriter.h \
src/gl-fun.h \
src/gl-meta.h
src/gl-meta.h \
src/vertex.h
SOURCES += \
src/main.cpp \
@ -153,7 +154,9 @@ SOURCES += \
src/config.cpp \
src/tileatlas.cpp \
src/sharedstate.cpp \
src/gl-fun.cpp
src/gl-fun.cpp \
src/gl-meta.cpp \
src/vertex.cpp
EMBED = \
shader/transSimple.frag \