ID3D12DebugDevice interface

This interface represents a graphics device for debugging.

Members

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

Methods

The ID3D12DebugDevice interface has these methods.

MethodDescription
GetFeatureMask

Gets a bit field of flags that indicates which debug features are on or off.

ReportLiveDeviceObjects

Reports information about a device object's lifetime.

SetFeatureMask

Set a bit field of flags that will turn debug features on and off.

 

Requirements

Header

D3d12sdklayers.h

See also

IUnknown
Debug Layer Interfaces

 

 

Show: