diff --git a/README.md b/README.md index a8fa90e..fb3694d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ FidelityFX Super Resolution 3 (FSR3) Upscaler is an advanced image upscaling and This project aims to bring FSR3 upscaling to Unity as an alternative to Unity's existing FXAA, SMAA and TAA anti-aliasing solutions. Compared to Unity's TAA implementation, FSR3 Upscaler offers a sharper and more stable image, with a better sub-pixel detail resolve and better performance due to its reliance on upscaling. -![Comparison](images/comparison.png) +![Comparison](images/comparison-fsr3.1.png) Rather than attempting to integrate AMD's native plugin libraries for FSR3, this project instead reimplements the C++ backend in C# using Unity's scripting APIs while adapting FSR3's HLSL shader code to work within Unity. This allows for maximum compatibility with the platforms and graphics APIs that Unity supports, including ones that normally wouldn't be supported by FSR3. diff --git a/images/comparison.png b/images/comparison-fsr3.1.png similarity index 100% rename from images/comparison.png rename to images/comparison-fsr3.1.png