[Fix] (GL_Drawing.cpp): realize glBindAttribLocation, and other misc fixes

This commit is contained in:
2025-05-07 23:25:46 +08:00
parent a50856dea0
commit f98f877e07
5 changed files with 62 additions and 36 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ android {
minSdk 26
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndkVersion '27.2.12479018'
}
buildTypes {
@@ -33,5 +32,5 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
ndkVersion '26.1.10909125'
ndkVersion '27.2.12479018'
}