Added android support for bloom, computeshader and offscreen examples (#97)
This commit is contained in:
parent
eb4e1d018c
commit
c69af6cdca
21 changed files with 452 additions and 62 deletions
4
android/offscreen/jni/Application.mk
Normal file
4
android/offscreen/jni/Application.mk
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
APP_PLATFORM := android-19
|
||||
APP_ABI := armeabi-v7a
|
||||
APP_STL := c++_static
|
||||
NDK_TOOLCHAIN_VERSION := clang
|
||||
Loading…
Add table
Add a link
Reference in a new issue