ID3D12DebugCommandList interface (d3d12sdklayers.h)

Provides methods to monitor and debug a command list.

Inheritance

The ID3D12DebugCommandList interface inherits from the IUnknown interface. ID3D12DebugCommandList also has these types of members:

Methods

The ID3D12DebugCommandList interface has these methods.

 
ID3D12DebugCommandList::AssertResourceState

Checks whether a resource, or subresource, is in a specified state, or not. (ID3D12DebugCommandList.AssertResourceState)
ID3D12DebugCommandList::GetFeatureMask

Returns the debug feature flags that have been set on a command list.
ID3D12DebugCommandList::SetFeatureMask

Turns the debug features for a command list on or off.

Requirements

Requirement Value
Target Platform Windows
Header d3d12sdklayers.h

See also

Debug Layer Interfaces

IUnknown