diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-02-05 17:16:13 -0800 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-02-05 18:47:38 -0800 |
commit | 034fd15b8a0970eac3eb656a8c4e0e1f4877d571 (patch) | |
tree | dd9cb60c18a86d74d4dc4b40fcb8846c38d0a69f /platform/android/java/lib/res | |
parent | b0598dcdb7cd96e2614b687a57a64ce12245e19e (diff) |
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
Diffstat (limited to 'platform/android/java/lib/res')
-rw-r--r-- | platform/android/java/lib/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <string name="text_button_cancel_verify">Cancel Verification</string> <string name="text_error_title">Error!</string> <string name="error_engine_setup_message">Unable to setup the Godot Engine! Aborting…</string> + <string name="error_missing_vulkan_requirements_message">This device does not meet the requirements for Vulkan support! Aborting…</string> <!-- APK Expansion Strings --> |