mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-27 08:56:44 +00:00
Remove spammy debug log
This commit is contained in:
@@ -2429,7 +2429,6 @@ HRESULT WrappedID3D12Device::Present(ID3D12GraphicsCommandList *pOverlayCommandL
|
||||
{
|
||||
const UINT64 waitCounter = m_CurOverlay - MaxOverlayInFlight;
|
||||
UINT64 counter = m_OverlayFence->GetCompletedValue();
|
||||
RDCLOG("we are %llu behind", m_CurOverlay - counter);
|
||||
if(counter < waitCounter)
|
||||
{
|
||||
m_OverlayFence->SetEventOnCompletion(waitCounter, m_OverlaySyncHandle);
|
||||
|
||||
Reference in New Issue
Block a user