Build with GLES 3.2

This commit is contained in:
wheremyfoodat 2023-11-26 17:00:07 +02:00 committed by GitHub
commit f9f19c0a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
<uses-feature <uses-feature
android:required="true" android:required="true"
android:glEsVersion="0x0030000"/> android:glEsVersion="0x0030002"/>
<application <application
android:allowBackup="true" android:allowBackup="true"
@ -31,4 +31,4 @@
android:configChanges="screenSize|screenLayout|orientation|density|uiMode"> android:configChanges="screenSize|screenLayout|orientation|density|uiMode">
</activity> </activity>
</application> </application>
</manifest> </manifest>