directx-d v0.14.1 (2022-11-15T10:12:44Z)
Dub
Repo
D3D10_INFO_QUEUE_FILTER_DESC
directx
d3d10sdklayers
Undocumented in source.
version(Windows)
struct
D3D10_INFO_QUEUE_FILTER_DESC {
UINT
NumCategories
;
D3D10_MESSAGE_CATEGORY
*
pCategoryList
;
UINT
NumSeverities
;
D3D10_MESSAGE_SEVERITY
*
pSeverityList
;
UINT
NumIDs
;
D3D10_MESSAGE_ID
*
pIDList
;
}
Members
Variables
NumCategories
UINT
NumCategories
;
Undocumented in source.
NumIDs
UINT
NumIDs
;
Undocumented in source.
NumSeverities
UINT
NumSeverities
;
Undocumented in source.
pCategoryList
D3D10_MESSAGE_CATEGORY
*
pCategoryList
;
Undocumented in source.
pIDList
D3D10_MESSAGE_ID
*
pIDList
;
Undocumented in source.
pSeverityList
D3D10_MESSAGE_SEVERITY
*
pSeverityList
;
Undocumented in source.
Meta
Source
See Implementation
directx
d3d10sdklayers
aliases
D3D10_MESSAGE_CATEGORY
D3D10_MESSAGE_ID
D3D10_MESSAGE_SEVERITY
enums
D3D10_MESSAGE_CATEGORY_APPLICATION_DEFINED
D3D10_MESSAGE_ID_UNKNOWN
D3D10_MESSAGE_SEVERITY_CORRUPTION
interfaces
ID3D10Debug
ID3D10InfoQueue
ID3D10SwitchToRef
manifest constants
D3D10_APPNAME_STRING
D3D10_APPSIZE_STRING
D3D10_BREAKON_CATEGORY
D3D10_BREAKON_ID_DECIMAL
D3D10_BREAKON_ID_STRING
D3D10_BREAKON_SEVERITY
D3D10_DEBUG_FEATURE_FINISH_PER_RENDER_OP
D3D10_DEBUG_FEATURE_FLUSH_PER_RENDER_OP
D3D10_DEBUG_FEATURE_PRESENT_PER_RENDER_OP
D3D10_ENABLE_BREAK_ON_MESSAGE
D3D10_INFOQUEUE_STORAGE_FILTER_OVERRIDE
D3D10_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT
D3D10_MUTE_CATEGORY
D3D10_MUTE_DEBUG_OUTPUT
D3D10_MUTE_ID_DECIMAL
D3D10_MUTE_ID_STRING
D3D10_MUTE_SEVERITY
D3D10_REGKEY_PATH
D3D10_SDK_LAYERS_VERSION
D3D10_UNMUTE_SEVERITY_INFO
structs
D3D10_INFO_QUEUE_FILTER
D3D10_INFO_QUEUE_FILTER_DESC
D3D10_MESSAGE