FidelityFX-SDK icon indicating copy to clipboard operation
FidelityFX-SDK copied to clipboard

Upscaler itself has something to do with frameinterpolation?

Open ohmaya opened this issue 1 year ago • 1 comments

Looks like the upscaler is simply FSR 2: https://gpuopen.com/manuals/fidelityfx_sdk/fidelityfx_sdk-page_techniques_super-resolution-upscaler/

FSR 3 has the additional frameinterpolation: https://gpuopen.com/manuals/fidelityfx_sdk/fidelityfx_sdk-page_techniques_super-resolution-interpolation/

https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/blob/release-FSR3-3.0.3/sdk/src/components/fsr3upscaler/ffx_fsr3upscaler.cpp#L998 While this upscaler code mention "need to clear here since we need the content of this surface for frameinterpolation".

Thanks.

ohmaya avatar Jan 12 '24 09:01 ohmaya

RECONSTRUCTED_PREVIOUS_NEAREST_DEPTH is part of FfxFsr3UpscalerSharedResourceDescriptions, so, upscaler cannot run alone.

ohmaya avatar Jan 15 '24 03:01 ohmaya