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
This commit is contained in:
parent
b0598dcdb7
commit
034fd15b8a
4 changed files with 48 additions and 2 deletions
|
|
@ -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 -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue