[d3d11] Use new waitForResource method

This commit is contained in:
Philip Rebohle 2022-02-14 01:32:15 +01:00
parent 0c99b17081
commit 2f80f8847e
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ namespace dxvk {
Flush();
SynchronizeCsThread(SequenceNumber);
Resource->waitIdle(access);
m_device->waitForResource(Resource, access);
}
}