GPUOpen-Effects / FidelityFX-FSR2

FidelityFX Super Resolution 2
Other
1.97k stars 181 forks source link

GLSL texture format for rw_img_mip_shading_change and rw_img_mip_5 wrong #35

Open BartmanAbyss opened 2 years ago

BartmanAbyss commented 2 years ago

File: src/ffx-fsr2-api/shaders/ffx_fsr2_callbacks_glsl.h, lines 247 and 250, specify r32f as texture format, however this should be r16f. This caused the SPD pass not working on a well-known console platform. Changing this fixed the issue.

BartmanAbyss commented 2 years ago

probably a good idea to merge PR #26.