We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e73fb commit 47dcef3Copy full SHA for 47dcef3
renderdoc/driver/d3d12/d3d12_device.cpp
@@ -2429,7 +2429,6 @@ HRESULT WrappedID3D12Device::Present(ID3D12GraphicsCommandList *pOverlayCommandL
2429
{
2430
const UINT64 waitCounter = m_CurOverlay - MaxOverlayInFlight;
2431
UINT64 counter = m_OverlayFence->GetCompletedValue();
2432
- RDCLOG("we are %llu behind", m_CurOverlay - counter);
2433
if(counter < waitCounter)
2434
2435
m_OverlayFence->SetEventOnCompletion(waitCounter, m_OverlaySyncHandle);
0 commit comments