docs: Use correct ICD path in install.rst
Path was missing the `.d`. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37611>
This commit is contained in:
parent
ddedac739f
commit
2b70575b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ Vulkan
|
||||||
|
|
||||||
.. code-block:: sh
|
.. 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
|
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
|
will depend on your driver. For instance, the 64-bit Lavapipe driver ICD file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue