directx-d ~developer (2021-10-31T21:06:23.8547217)
Dub
Repo
ID3D12DebugCommandList
directx
d3d12sdklayers
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++)
interface
ID3D12DebugCommandList : IUnknown {
BOOL
AssertResourceState
(ID3D12Resource pResource, UINT Subresource, UINT State);
HRESULT
SetFeatureMask
(D3D12_DEBUG_FEATURE Mask);
D3D12_DEBUG_FEATURE
GetFeatureMask
();
}
Members
Functions
AssertResourceState
BOOL
AssertResourceState
(ID3D12Resource pResource, UINT Subresource, UINT State)
Undocumented in source.
GetFeatureMask
D3D12_DEBUG_FEATURE
GetFeatureMask
()
Undocumented in source.
SetFeatureMask
HRESULT
SetFeatureMask
(D3D12_DEBUG_FEATURE Mask)
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