Added GLES2 sprite example

This commit is contained in:
pelya
2016-09-18 21:03:34 +03:00
parent 9a36bff8a5
commit 54f3fcbe2c
5 changed files with 717 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
sdl_hello: *.cpp
g++ -g3 -O0 -o $@ $? `sdl-config --cflags` `sdl-config --libs` -lGLESv2 -lSDL_image
unzip -o AndroidData/*.zip