pal1000 / mesa-dist-win

Pre-built Mesa3D drivers for Windows
MIT License
864 stars 78 forks source link

how do i use radv driver? #84

Closed kleinermob closed 1 year ago

kleinermob commented 2 years ago

what do i need to do?

pal1000 commented 2 years ago

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.