ID3D12DebugCommandList interface

Provides methods to monitor and debug a command list.

Members

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

Methods

The ID3D12DebugCommandList interface has these methods.

MethodDescription
AssertResourceState

Checks whether a resource, or subresource, is in a specified state, or not.

GetFeatureMask

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

SetFeatureMask

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

 

Requirements

Header

D3d12sdklayers.h

See also

IUnknown
Debug Layer Interfaces

 

 

Show: