SDL: better GLES3 support, non-working GLES3 sample app

This commit is contained in:
pelya
2016-09-11 03:41:27 +03:00
parent a3bdacdf62
commit 3a82580ce5
23 changed files with 1962 additions and 1425 deletions

View File

@@ -4,5 +4,5 @@ include jni/Settings.mk
APP_STL := gnustl_static
APP_CFLAGS := -O3 -DNDEBUG -g # arm-linux-androideabi-4.4.3 crashes in -O0 mode on SDL sources
APP_PLATFORM := android-14 # Android 4.0, it should be backward compatible to previous versions
APP_PLATFORM := android-18 # Android 4.3, the first one with GLES3 support
APP_PIE := true # This feature makes executables incompatible to Android API 15 or lower, but executables without PIE will not run on Android 5.0 and newer