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
Thanks for reporting this, and you're correct, good spotting.
We fixed this internally already and will include the fix in a subsequent update of Capsaicin.
Hineven
added a commit
to Hineven/Capsaicin
that referenced
this issue
Jun 20, 2024
Capsaicin/src/core/src/render_techniques/gi10/gi10.comp
Line 626 in d642e5d
should be changed to:
InterlockedExchange(g_ScreenProbes_ProbeSpawnBuffer[g_ScreenProbes_OverrideTileBuffer[index]], ScreenProbes_PackSeed(seed), index);
so as to match with the GI-1.0 technical report.
The text was updated successfully, but these errors were encountered: