mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
D3D1x: Ignore state creation debug messages.
This commit is contained in:
parent
0f9d6cefa5
commit
e21d437c14
2 changed files with 2 additions and 4 deletions
|
@ -917,8 +917,7 @@ BX_PRAGMA_DIAGNOSTIC_POP();
|
|||
|
||||
D3D11_MESSAGE_CATEGORY catlist[] =
|
||||
{
|
||||
D3D11_MESSAGE_CATEGORY_STATE_SETTING,
|
||||
D3D11_MESSAGE_CATEGORY_EXECUTION,
|
||||
D3D11_MESSAGE_CATEGORY_STATE_CREATION,
|
||||
};
|
||||
filter.DenyList.NumCategories = BX_COUNTOF(catlist);
|
||||
filter.DenyList.pCategoryList = catlist;
|
||||
|
|
|
@ -695,8 +695,7 @@ namespace bgfx { namespace d3d12
|
|||
|
||||
D3D12_MESSAGE_CATEGORY catlist[] =
|
||||
{
|
||||
D3D12_MESSAGE_CATEGORY_STATE_SETTING,
|
||||
D3D12_MESSAGE_CATEGORY_EXECUTION,
|
||||
D3D12_MESSAGE_CATEGORY_STATE_CREATION,
|
||||
};
|
||||
filter.DenyList.NumCategories = BX_COUNTOF(catlist);
|
||||
filter.DenyList.pCategoryList = catlist;
|
||||
|
|
Loading…
Reference in a new issue