• Stars
    star
    104
  • Rank 330,604 (Top 7 %)
  • Language
  • License
    MIT License
  • Created almost 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

FidelityFX FSR 1.0 for the Unity URP

Description

AMD FidelityFX Super Resolution (FSR) is an open source, high-quality solution for producing high resolution frames from lower resolution inputs. It uses a collection of cutting-edge algorithms with a particular emphasis on creating high-quality edges, giving large performance improvements compared to rendering at native resolution directly. FSR enables “practical performance” for costly render operations, such as hardware ray tracing.

Version

While this patch file targets URP 10.6.0 in particular, you can still use this patch for other versions (including newer) with a few careful changes.

Integration Method

Method 1. git apply

Use git apply <path to patch> when it's possible, from the correct place in your Unity project.

Method 2. manually merge

Use a normal editor to open this patch file. Look through all the diffs, and merge it into your local URP code manually.

Usage

After toggling on the Camera post-processing, the option for AMD FSR 1.0 will appear below it. You can choose different FSR modes according to your requirements.

NOTE

At present, if you turn on FSR, the anti-aliasing (MSAA) setting will be set to 8X by default. You can change this to a lower MSAA level or other anti-aliasing solution. However, keep in mind that FSR 1.0 requires an anti-aliasing process before it can work. This is the MSAA setting: settings.msaaSampleCount = 8;

Mobile platforms (including those in standalone VR headsets) are not guaranteed to work due to the current compute shader implementation.

More Repositories

1

FidelityFX-FSR

FidelityFX Super Resolution
C
2,037
star
2

FidelityFX-FSR2

FidelityFX Super Resolution 2
C
1,924
star
3

TressFX

DirectX 12 and Vulkan libraries that provide convenient access to realistically rendered and simulated hair and fur
C++
771
star
4

FEMFX

C++
467
star
5

FidelityFX

A set of AMD provided GPU effects with provided source and sample implementations
365
star
6

FidelityFX-SSSR

Stochastic Screen Space Reflections (SSSR)
C
278
star
7

GeometryFX

DirectX 11 library that provides convenient access to compute-based triangle filtering (CTF)
C++
224
star
8

FidelityFX-CLI

FidelityFX CLI
C
205
star
9

FidelityFX-CAS

Contrast Adaptive Sharpening (CAS)
C
201
star
10

FidelityFX-SPD

Single Pass Downsampler (SPD)
Objective-C
183
star
11

ShadowFX

DirectX 11 and 12 library that provides a scalable and GCN-optimized solution for deferred shadow filtering
C++
165
star
12

FidelityFX-CACAO

Combined Adaptive Compute Ambient Occlusion (CACAO)
C++
143
star
13

FidelityFX-Denoiser

FidelityFX Denoiser
C
141
star
14

FidelityFX-ParallelSort

FidelityFX Parallel Sort
C
105
star
15

FidelityFX-FSR2-Unity-URP

FidelityFX FSR 2 for the Unity URP
C++
98
star
16

DepthOfFieldFX

DirectX 11 library that provides a GCN-optimized Compute Shader implementation of Depth of Field
C++
87
star
17

FidelityFX-LPM

Luma Preserving Mapper (LPM)
C
87
star
18

Hybrid-Shadows

A sample demonstrating hybrid ray tracing and rasterisation for shadow rendering and use of the FidelityFX Denoiser.
C++
59
star
19

FidelityFX-VariableShading

FidelityFX Variable Shading
C
52
star
20

Hybrid-Stochastic-Reflections

A sample demonstrating hybrid ray tracing and rasterisation for reflections.
Batchfile
52
star