Skip to content

AMD Fidelity Super Resolution ported to Unity. Image effect.

License

Notifications You must be signed in to change notification settings

kizmo/AMD-FSR-for-Unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

AMD FSR (Fidelity Super Resolution) for Unity.

For Standard Pipeline

Implimented as an image effect.

  • Add FSR_StandardPipeline.cs to your camera.
  • It must be the first effect on the camera.

For Universal Render Pipeline

Implimented as a Pipeline Render Feature.

  • Add to your pipeline settings asset using the 'Add Render Feature' button.

Enjoy using this as an example for integration into your Unity projects!

About

AMD Fidelity Super Resolution ported to Unity. Image effect.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HLSL 89.1%
  • C# 10.9%