We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf9ff6 commit c4366abCopy full SHA for c4366ab
Source/DX11VideoProcessor.cpp
@@ -692,7 +692,7 @@ void CDX11VideoProcessor::ReleaseDevice()
692
ID3D11Debug* pDebugDevice = nullptr;
693
HRESULT hr2 = m_pDevice->QueryInterface(IID_PPV_ARGS(&pDebugDevice));
694
if (S_OK == hr2) {
695
- hr2 = pDebugDevice->ReportLiveDeviceObjects(D3D11_RLDO_DETAIL);
+ hr2 = pDebugDevice->ReportLiveDeviceObjects(D3D11_RLDO_DETAIL | D3D11_RLDO_IGNORE_INTERNAL);
696
ASSERT(S_OK == hr2);
697
}
698
SAFE_RELEASE(pDebugDevice);
0 commit comments