mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-22 06:26:30 +00:00
Tidy up logging of unknown interface queries
This commit is contained in:
@@ -1526,12 +1526,9 @@ HRESULT STDMETHODCALLTYPE WrappedID3D11DeviceContext::QueryInterface(REFIID riid
|
||||
{
|
||||
return m_WrappedVideo.QueryInterface(riid, ppvObject);
|
||||
}
|
||||
else
|
||||
{
|
||||
WarnUnknownGUID("ID3D11DeviceContext", riid);
|
||||
}
|
||||
|
||||
return RefCountDXGIObject::WrapQueryInterface(m_pRealContext, riid, ppvObject);
|
||||
return RefCountDXGIObject::WrapQueryInterface(m_pRealContext, "ID3D11DeviceContext", riid,
|
||||
ppvObject);
|
||||
}
|
||||
|
||||
#pragma region Record Statistics
|
||||
|
||||
Reference in New Issue
Block a user