docs: replace references to the deprecated VK_ICD_FILENAMES with the new VK_DRIVER_FILES

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28516>
This commit is contained in:
Eric Engestrom
2024-04-01 17:04:02 +01:00
committed by Marge Bot
parent 4e746c90a4
commit 5a8ce84c92
3 changed files with 6 additions and 6 deletions

View File

@@ -286,9 +286,9 @@ Here is one solution:
unset LIBGL_DEBUG
unset LIBGL_ALWAYS_SOFTWARE
unset GALLIUM_DRIVER
export VK_ICD_FILENAMES=`pwd`/test/usr/local/share/vulkan/icd.d/intel_icd.x86_64.json
export VK_DRIVER_FILES=`pwd`/test/usr/local/share/vulkan/icd.d/intel_icd.x86_64.json
steam steam://rungameid/570 -vconsole -vulkan
unset VK_ICD_FILENAMES
unset VK_DRIVER_FILES
Create release notes for the new release
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~