docs/zink: format the envvar value as code instead of plain text

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28516>
This commit is contained in:
Eric Engestrom 2024-04-01 18:36:23 +01:00 committed by Marge Bot
parent 96e8648b32
commit 364ef85a8e

View file

@ -329,7 +329,7 @@ Another useful tool for debugging is the `Vulkan Validation Layers
The validation layers effectively insert extra checking between Zink and the
Vulkan driver, pointing out incorrect usage of the Vulkan API. The layers can
be enabled by setting the environment variable :envvar:`VK_LOADER_LAYERS_ENABLE` to
"VK_LAYER_KHRONOS_validation". You can read more about the Validation Layers
``VK_LAYER_KHRONOS_validation``. You can read more about the Validation Layers
in the link above.
Apple macOS and MoltenVK