mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 10:28:08 +00:00
[idd] driver: very experimental change to syncronization
This may get reverted, at this point it's an experiment for the testers to trial.
This commit is contained in:
@@ -25,7 +25,7 @@ CFrameBufferResource * CFrameBufferPool::Get(
|
||||
if (!fbr->IsValid() || fbr->GetBase() != buffer.mem || fbr->GetSize() < minSize)
|
||||
{
|
||||
fbr->Reset();
|
||||
if (!fbr->Init(m_swapChain, buffer.mem, minSize))
|
||||
if (!fbr->Init(m_swapChain, buffer.frameIndex, buffer.mem, minSize))
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user