Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why “for (FfxInt32 row = 0; row < 3; row++) for (FfxInt32 col = 0; col < 3; col++)” #126

Open
BuryFlowers opened this issue Dec 8, 2023 · 0 comments

Comments

@BuryFlowers
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant