Apply 1 suggestion(s) to 1 file(s)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19974>
This commit is contained in:
Erik Faye-Lund
2022-11-24 08:55:20 +00:00
committed by Lionel Landwerlin
parent 61bdc2a2e0
commit 7906361787
+1 -1
View File
@@ -121,7 +121,7 @@ consequence, we need to ensure command buffers are properly
instrumented for the Perfetto driver data sources prior to Perfetto
actually collecting traces.
This can be achieved by setting the envvar:`MESA_GPU_TRACES`
This can be achieved by setting the :envvar:`MESA_GPU_TRACES`
environment variable before starting a Vulkan application :
.. code-block:: console