mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-15 06:54:28 +00:00
This commit is contained in:
committed by
GitHub
parent
e83814b122
commit
0af3dac7bf
@@ -1487,6 +1487,15 @@ namespace bgfx { namespace d3d12
|
||||
};
|
||||
filter.DenyList.NumCategories = BX_COUNTOF(catlist);
|
||||
filter.DenyList.pCategoryList = catlist;
|
||||
|
||||
D3D12_MESSAGE_ID idlist[] =
|
||||
{
|
||||
D3D12_MESSAGE_ID_CLEARRENDERTARGETVIEW_MISMATCHINGCLEARVALUE,
|
||||
D3D12_MESSAGE_ID_CLEARDEPTHSTENCILVIEW_MISMATCHINGCLEARVALUE,
|
||||
};
|
||||
filter.DenyList.NumIDs = BX_COUNTOF(idlist);
|
||||
filter.DenyList.pIDList = idlist;
|
||||
|
||||
m_infoQueue->PushStorageFilter(&filter);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user