Skip to content

Commit

Permalink
Bump minimum OpenGLES version from 2.0 to 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Jun 20, 2024
1 parent 9bcd419 commit 0a81d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />

<!-- OpenGL ES 2.0 -->
<uses-feature android:glEsVersion="0x00020000" />
<!-- OpenGL ES 3.0 -->
<uses-feature android:glEsVersion="0x00030000" />
<!-- Vulkan 1.1 -->
<uses-feature android:name="android.hardware.vulkan.version" android:version="0x401000" android:required="false" tools:targetApi="n" />
<!-- Touchscreen support -->
Expand Down

0 comments on commit 0a81d4e

Please sign in to comment.