Fix Vulkan validation layers on Android

This commit is contained in:
Alexander Hartmann
2025-11-20 15:13:34 +01:00
parent 700efb28f7
commit d64a911391

View File

@@ -129,14 +129,6 @@ After installing the package, run Godot with the ``--gpu-validation``
``--gpu-abort`` which will make Godot quit as soon as a validation error happens.
This can prevent your system from freezing if a validation error occurs.
.. _doc_vulkan_validation_layers_android:
Android
-------
After enabling validation layers on Android, a developer can see errors and
warning messages in the ``adb logcat`` output.
iOS
---
@@ -148,6 +140,14 @@ Web
Validation layers are **not** supported on the web platform, as there is no support
for Vulkan there.
.. _doc_vulkan_validation_layers_android:
Android
-------
After enabling validation layers on Android, a developer can see errors and
warning messages in the ``adb logcat`` output.
Enabling validation layers
~~~~~~~~~~~~~~~~~~~~~~~~~~