added asset loading class, zoom factor, vbo switch, shader version

This commit is contained in:
2017-03-13 01:16:20 +00:00
parent a2a221b17a
commit ee6d352fc6
25 changed files with 345 additions and 108 deletions

View File

@@ -9,10 +9,13 @@ buildscript {
apply plugin: 'android'
android {
compileSdkVersion 'android-19'
buildToolsVersion '24.0.3'
compileSdkVersion 23
buildToolsVersion '23.0.2'
defaultConfig {
applicationId = 'com.omigamedev'
minSdkVersion 9
targetSdkVersion 23
// This block is different from the one you use to link Gradle
// to your CMake or ndk-build script.
externalNativeBuild {