From 034fd15b8a0970eac3eb656a8c4e0e1f4877d571 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Sun, 5 Feb 2023 17:16:13 -0800 Subject: Improve vulkan capability detection on Android - Add runtime check and abort when the device doesn't meet the requirements for vulkan support - Add filters to the AndroidManifest when exporting with a vulkan renderer --- platform/android/java/lib/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/android/java/lib/res') diff --git a/platform/android/java/lib/res/values/strings.xml b/platform/android/java/lib/res/values/strings.xml index 7efac4ce71..f76f597140 100644 --- a/platform/android/java/lib/res/values/strings.xml +++ b/platform/android/java/lib/res/values/strings.xml @@ -14,6 +14,7 @@ Cancel Verification Error! Unable to setup the Godot Engine! Aborting… + This device does not meet the requirements for Vulkan support! Aborting… -- cgit v1.2.3