We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbe66e commit 5a26133Copy full SHA for 5a26133
sdk/include/FidelityFX/gpu/frameinterpolation/ffx_frameinterpolation_game_motion_vector_field.h
@@ -48,7 +48,7 @@ void computeGameFieldMvs(FfxInt32x2 iPxPos)
48
const FfxUInt32 uHighPriorityFactorPrimary = getPriorityFactorFromViewSpaceDepth(fViewSpaceDepth);
49
50
FfxFloat32x3 prevBackbufferCol = SamplePreviousBackbuffer(fUvInInterpolationRect).xyz;
51
- FfxFloat32x3 curBackbufferCol = SamplePreviousBackbuffer(fUvInInterpolationRect + fGameMotionVector * fUvLetterBoxScale).xyz;
+ FfxFloat32x3 curBackbufferCol = SampleCurrentBackbuffer(fUvInInterpolationRect + fGameMotionVector * fUvLetterBoxScale).xyz;
52
FfxFloat32 prevLuma = 0.001f + RawRGBToLuminance(prevBackbufferCol);
53
FfxFloat32 currLuma = 0.001f + RawRGBToLuminance(curBackbufferCol);
54
0 commit comments