GPUOpen-Effects / FidelityFX-FSR2

FidelityFX Super Resolution 2
Other
1.95k stars 178 forks source link

Upscaler debug name check assertion fails for FSR2 in Unreal 5.3.2 #125

Open EvaKioCodes opened 10 months ago

EvaKioCodes commented 10 months ago

Debug name check in UE 5.3.2 - PostProcessing.cpp - line 246 fails for FSR2. Are there plans for an update to address this?

nmdMnk commented 9 months ago

In FSR2TemporalUpscalerHistory.cpp replace Line 37 return TEXT("FFSR2TemporalUpscaler"); with return Upscaler->GetDebugName();