directx-d v0.14.0 (2020-05-02T17:46:30Z)
Dub
Repo
D3D12_INFO_QUEUE_FILTER_DESC
directx
d3d12sdklayers
Undocumented in source.
version(Windows)
struct
D3D12_INFO_QUEUE_FILTER_DESC {
UINT
NumCategories
;
D3D12_MESSAGE_CATEGORY
*
pCategoryList
;
UINT
NumSeverities
;
D3D12_MESSAGE_SEVERITY
*
pSeverityList
;
UINT
NumIDs
;
D3D12_MESSAGE_ID
*
pIDList
;
}
Members
Variables
NumCategories
UINT
NumCategories
;
Undocumented in source.
NumIDs
UINT
NumIDs
;
Undocumented in source.
NumSeverities
UINT
NumSeverities
;
Undocumented in source.
pCategoryList
D3D12_MESSAGE_CATEGORY
*
pCategoryList
;
Undocumented in source.
pIDList
D3D12_MESSAGE_ID
*
pIDList
;
Undocumented in source.
pSeverityList
D3D12_MESSAGE_SEVERITY
*
pSeverityList
;
Undocumented in source.
Meta
Source
See Implementation
directx
d3d12sdklayers
aliases
D3D12_DEBUG_FEATURE
D3D12_MESSAGE_CATEGORY
D3D12_MESSAGE_ID
D3D12_MESSAGE_SEVERITY
D3D12_RLDO_FLAGS
enums
D3D12_DEBUG_FEATURE_NONE
D3D12_MESSAGE_CATEGORY_APPLICATION_DEFINED
D3D12_MESSAGE_ID_UNKNOWN
D3D12_MESSAGE_SEVERITY_CORRUPTION
D3D12_RLDO_NONE
interfaces
ID3D12Debug
ID3D12DebugCommandList
ID3D12DebugCommandQueue
ID3D12DebugDevice
ID3D12InfoQueue
manifest constants
D3D12_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT
structs
D3D12_INFO_QUEUE_FILTER
D3D12_INFO_QUEUE_FILTER_DESC
D3D12_MESSAGE