mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 01:23:51 +00:00
Add ABI v2 external-handle plumbing for FSR3 bridge dispatch
This commit is contained in:
parent
e25253a6e8
commit
61cb2df400
7 changed files with 158 additions and 1 deletions
|
|
@ -44,6 +44,14 @@ struct AmdFsr3RuntimeDispatchDesc {
|
|||
float cameraFar = 1000.0f;
|
||||
float cameraFovYRadians = 1.0f;
|
||||
bool reset = false;
|
||||
uint32_t externalFlags = 0;
|
||||
uint64_t colorMemoryHandle = 0;
|
||||
uint64_t depthMemoryHandle = 0;
|
||||
uint64_t motionVectorMemoryHandle = 0;
|
||||
uint64_t outputMemoryHandle = 0;
|
||||
uint64_t frameGenOutputMemoryHandle = 0;
|
||||
uint64_t acquireSemaphoreHandle = 0;
|
||||
uint64_t releaseSemaphoreHandle = 0;
|
||||
};
|
||||
|
||||
class AmdFsr3Runtime {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue