Use monotonic interop fence values for FSR3 bridge dispatch

This commit is contained in:
Kelsi 2026-03-09 02:03:03 -07:00
parent 1c7908f02d
commit 1bcc2c6b85
2 changed files with 8 additions and 2 deletions

View file

@ -455,6 +455,7 @@ private:
size_t amdFsr3UpscaleDispatchCount = 0;
size_t amdFsr3FramegenDispatchCount = 0;
size_t amdFsr3FallbackCount = 0;
uint64_t amdFsr3InteropSyncValue = 1;
float jitterSign = 0.38f;
float motionVecScaleX = 1.0f;
float motionVecScaleY = 1.0f;