mesa-dist-win
mesa-dist-win copied to clipboard
how do i use radv driver?
what do i need to do?
Note that RADV isn't very useful on Windows yet as WSI isn't in place yet, You can look at #83.
The short gist is to set VK_ICD_FILENAMES
environment variable value to the absolute path of RADV json file.
Ex: SET VK_ICD_FILENAMES=C:\Software\Development\projects\mesa-dist-win\bin\x64\radeon_icd.x86_64.json
.
Learn more at Khronos Vulkan ICD discovery documentation.