mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Stage FSR3 framegen dispatch hook in frame pipeline
This commit is contained in:
parent
bdfec103ac
commit
e1c93c47be
2 changed files with 31 additions and 0 deletions
|
|
@ -439,6 +439,7 @@ private:
|
|||
bool useAmdBackend = false;
|
||||
bool amdFsr3FramegenEnabled = false;
|
||||
bool amdFsr3FramegenRuntimeActive = false;
|
||||
bool amdFsr3FramegenRuntimeReady = false;
|
||||
float jitterSign = 0.38f;
|
||||
float motionVecScaleX = 1.0f;
|
||||
float motionVecScaleY = 1.0f;
|
||||
|
|
@ -460,6 +461,7 @@ private:
|
|||
void dispatchMotionVectors();
|
||||
void dispatchTemporalAccumulate();
|
||||
void dispatchAmdFsr2();
|
||||
void dispatchAmdFsr3Framegen();
|
||||
void renderFSR2Sharpen();
|
||||
static float halton(uint32_t index, uint32_t base);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue