mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d11] Don't call Flush from swap chain code
Use internal function instead.
This commit is contained in:
parent
9664e0b850
commit
357484bd4b
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ namespace dxvk {
|
|||
auto immediateContextLock = immediateContext->LockContext();
|
||||
|
||||
immediateContext->EndFrame(m_latency);
|
||||
immediateContext->Flush();
|
||||
immediateContext->ExecuteFlush(GpuFlushType::ExplicitFlush, nullptr, true);
|
||||
|
||||
m_presenter->setSyncInterval(SyncInterval);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue