mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 09:10:49 +00:00
Fix incorrect parameter in D3D12 demos project
This commit is contained in:
@@ -814,7 +814,7 @@ void D3D12GraphicsTest::Present()
|
||||
m_GPUSyncCounter++;
|
||||
queue->Signal(m_GPUSyncFence, m_GPUSyncCounter);
|
||||
|
||||
pendingCommandBuffers.push_back(std::make_pair(cmd, m_GPUSyncFence));
|
||||
pendingCommandBuffers.push_back(std::make_pair(cmd, m_GPUSyncCounter));
|
||||
}
|
||||
|
||||
for(auto it = pendingCommandBuffers.begin(); it != pendingCommandBuffers.end();)
|
||||
|
||||
Reference in New Issue
Block a user