Skip to content

Commit 80ed758

Browse files
authored
Merge pull request #11481 from Alex2782/fix_validation_layers_android
Fix Vulkan validation layers on Android
2 parents 2f43fd3 + d64a911 commit 80ed758

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

engine_details/development/debugging/vulkan/vulkan_validation_layers.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@ After installing the package, run Godot with the ``--gpu-validation``
129129
``--gpu-abort`` which will make Godot quit as soon as a validation error happens.
130130
This can prevent your system from freezing if a validation error occurs.
131131

132-
.. _doc_vulkan_validation_layers_android:
133-
134-
Android
135-
-------
136-
137-
After enabling validation layers on Android, a developer can see errors and
138-
warning messages in the ``adb logcat`` output.
139-
140132
iOS
141133
---
142134

@@ -148,6 +140,14 @@ Web
148140
Validation layers are **not** supported on the web platform, as there is no support
149141
for Vulkan there.
150142

143+
.. _doc_vulkan_validation_layers_android:
144+
145+
Android
146+
-------
147+
148+
After enabling validation layers on Android, a developer can see errors and
149+
warning messages in the ``adb logcat`` output.
150+
151151
Enabling validation layers
152152
~~~~~~~~~~~~~~~~~~~~~~~~~~
153153

0 commit comments

Comments
 (0)