- Install Visual Studio, Clang, CMake, and Git
- Clone https://github.com/GPUOpen-Effects/FidelityFX-FSR2
- Run
FidelityFX-FSR2\GenerateSolutions.bat
- Open
FidelityFX-FSR2\build\VK\FSR2_Sample_VK.sln
- Edit the
Debug
configurations offfx_fsr2_api_x64
andffx_fsr2_api_vk_x64
to compile with/MD
instead of the default/MDd
- This is a workaround for the following rustc issue
- Build
ffx_fsr2_api_x64
andffx_fsr2_api_vk_x64
in bothDebug
andRelease
configurations - Copy the 4 static libraries from
FidelityFX-FSR2\bin\ffx_fsr2_api
tofsr2_wgpu\fsr2\lib
- TODO