Skip to content

Commit

Permalink
Merge pull request #13 from cscott/c58afc4c408d75cc5580d165a2279ff40e…
Browse files Browse the repository at this point in the history
…4454b6

Another batch of core Gles binding improvements.
  • Loading branch information
philogb committed Dec 10, 2011
2 parents ede2464 + c58afc4 commit 157c113
Show file tree
Hide file tree
Showing 9 changed files with 1,011 additions and 313 deletions.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -10,7 +10,8 @@ BUILD_GLES_BINDINGS=1
BUILD_GLU_BINDINGS=1
BUILD_GLUT_BINDINGS=1

SRCS = main.cpp imageloader.cpp utils.cpp v8-gl.cpp
SRCS = main.cpp imageloader.cpp utils.cpp v8-gl.cpp \
v8-typed-array/typed-array.cc

ifdef BUILD_GL_BINDINGS
SRCS += glbindings/glbind.cpp
Expand Down

0 comments on commit 157c113

Please sign in to comment.