Merge pull request #8655 from Robyt3/Android-Manifest-Vulkan-OGL

Update Vulkan and OpenGL ES versions specified in Android manifest
This commit is contained in:
Dennis Felsing 2024-07-27 12:10:28 +00:00 committed by GitHub
commit 9b08eda763
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Vulkan 1.1.0 is used if supported -->
<uses-feature <uses-feature
android:glEsVersion="0x00030000" /> android:name="android.hardware.vulkan.version"
android:version="0x00401000" />
<!-- android:glEsVersion is not specified as OpenGL ES 1.0 is supported as fallback -->
<uses-feature <uses-feature
android:name="android.hardware.screen.landscape" /> android:name="android.hardware.screen.landscape" />