Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand All @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down