Add ABI v3 fence-value sync for DX12 bridge dispatch

This commit is contained in:
Kelsi 2026-03-09 01:58:45 -07:00
parent 2bd9575419
commit 1c7908f02d
7 changed files with 29 additions and 7 deletions

View file

@ -4606,6 +4606,8 @@ void Renderer::dispatchAmdFsr3Framegen() {
fgDispatch.externalFlags |= WOWEE_FSR3_WRAPPER_EXTERNAL_RELEASE_SEMAPHORE;
trackHandle(fgDispatch.releaseSemaphoreHandle);
}
fgDispatch.acquireSemaphoreValue = 1;
fgDispatch.releaseSemaphoreValue = 1;
#endif
if (!fsr2_.amdFsr3Runtime->dispatchUpscale(fgDispatch)) {