mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-25 08:30:13 +00:00
Bridge FSR3 Vulkan framegen dispatch and route sharpen to interpolated output
This commit is contained in:
parent
538a1db866
commit
aa43aa6fc8
4 changed files with 154 additions and 22 deletions
|
|
@ -411,6 +411,8 @@ private:
|
|||
|
||||
// History buffers (display resolution, ping-pong)
|
||||
AllocatedImage history[2]{};
|
||||
AllocatedImage framegenOutput{};
|
||||
bool framegenOutputValid = false;
|
||||
uint32_t currentHistory = 0; // Output index (0 or 1)
|
||||
|
||||
// Compute pipelines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue