diff options
| author | Charles Giessen <charles@lunarg.com> | 2025-09-27 12:31:03 -0500 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-01 11:42:23 +0000 |
| commit | 2b70575b9decaf2e4be223cb2759c843c1f88026 (patch) | |
| tree | 4e379a9ed26d0a5b62070775244d97878411e78d /docs | |
| parent | ddedac739f7d8b4f877570785929f5dfc6129249 (diff) | |
docs: Use correct ICD path in install.rst
Path was missing the `.d`.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37611>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst index 6f0b38d0ffc..23e6161372c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -163,7 +163,7 @@ Vulkan .. code-block:: sh - VK_DRIVER_FILES="$MESA_INSTALLDIR/share/vulkan/icd/my_icd.json" vulkaninfo + VK_DRIVER_FILES="$MESA_INSTALLDIR/share/vulkan/icd.d/my_icd.json" vulkaninfo where ``my_icd.json`` is replaced with the actual ICD json file name. This will depend on your driver. For instance, the 64-bit Lavapipe driver ICD file |