JMS55 / fsr2_wgpu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fsr2_wgpu

FidelityFX Super Resolution 2 for wgpu

Building FSR2 Static Libraries

Windows

  • 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 of ffx_fsr2_api_x64 and ffx_fsr2_api_vk_x64 to compile with /MD instead of the default /MDd
  • Build ffx_fsr2_api_x64 and ffx_fsr2_api_vk_x64 in both Debug and Release configurations
  • Copy the 4 static libraries from FidelityFX-FSR2\bin\ffx_fsr2_api to fsr2_wgpu\fsr2\lib

Linux

  • TODO

About

License:MIT License


Languages

Language:C 84.0%Language:Rust 16.0%