mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-02 15:53:51 +00:00
Add persisted AMD FSR3 framegen runtime toggle plumbing
This commit is contained in:
parent
a49decd9a6
commit
bdfec103ac
6 changed files with 65 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ private:
|
|||
float pendingFSR2JitterSign = 0.38f;
|
||||
float pendingFSR2MotionVecScaleX = 1.0f;
|
||||
float pendingFSR2MotionVecScaleY = 1.0f;
|
||||
bool pendingAMDFramegen = false;
|
||||
bool fsrSettingsApplied_ = false;
|
||||
|
||||
// UI element transparency (0.0 = fully transparent, 1.0 = fully opaque)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue