Document setting up Vulkan validation layers on desktop platforms

This commit is contained in:
Hugo Locurcio
2023-05-03 00:38:04 +02:00
parent 97fc78b1f6
commit b5e9b75bec
3 changed files with 139 additions and 6 deletions

View File

@@ -138,7 +138,7 @@ Command line reference
+------------------------------+---------------------------------------------------------------------------------------------------------+
| ``--gpu-profile`` | Show a GPU profile of the tasks that took the most time during frame rendering. |
+------------------------------+---------------------------------------------------------------------------------------------------------+
| ``--gpu-validation`` | Enable graphics API validation layers for debugging. |
| ``--gpu-validation`` | Enable graphics API :ref:`validation layers <doc_vulkan_validation_layers>` for debugging. |
+------------------------------+---------------------------------------------------------------------------------------------------------+
| ``--gpu-abort`` | Abort on GPU errors (usually validation layer errors), may help see the problem if your system freezes. |
+------------------------------+---------------------------------------------------------------------------------------------------------+