From 2b3ae2425db84a7a66d8f72b7c4a54dcb8762f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20M=C3=BCller?= Date: Sat, 27 Jul 2024 12:05:04 +0200 Subject: [PATCH] Update Vulkan and OpenGL ES versions specified in Android manifest Specify that Vulkan 1.1.0 is used if supported. Remove explicit requirement of OpenGL ES 3.0 as OpenGL ES 1.0 is also supported as fallback and the client should pick the highest supported version. --- scripts/android/files/AndroidManifest.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/android/files/AndroidManifest.xml b/scripts/android/files/AndroidManifest.xml index 2b146b55b..341f95ee0 100644 --- a/scripts/android/files/AndroidManifest.xml +++ b/scripts/android/files/AndroidManifest.xml @@ -1,7 +1,10 @@ + + android:name="android.hardware.vulkan.version" + android:version="0x00401000" /> +