You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reading the source code of FSR 2.0.
I found that in the function “ComputeUpsampledColorAndWeight” in "ffx_fsr2_upsample.h", there are 16 samples to be sampled,
but the real code is "for (FfxInt32 row = 0; row < 3; row++) for (FfxInt32 col = 0; col < 3; col++) ", which if I am right, there will be only 9 samples to be sampled.
Did I misunderstand anything?
The text was updated successfully, but these errors were encountered:
I am reading the source code of FSR 2.0.
I found that in the function “ComputeUpsampledColorAndWeight” in "ffx_fsr2_upsample.h", there are 16 samples to be sampled,
but the real code is "for (FfxInt32 row = 0; row < 3; row++) for (FfxInt32 col = 0; col < 3; col++) ", which if I am right, there will be only 9 samples to be sampled.
Did I misunderstand anything?
The text was updated successfully, but these errors were encountered: