IDXGIDebug interface (dxgidebug.h)

This interface controls debug settings, and can only be used if the debug layer is turned on.

Inheritance

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

Methods

The IDXGIDebug interface has these methods.

 
IDXGIDebug::ReportLiveObjects

Reports info about the lifetime of an object or objects.

Remarks

This interface is obtained by calling the DXGIGetDebugInterface function.

For more info about the debug layer, see Debug Layer.

Windows Phone 8: This API is supported.

Note  This API requires the Windows Software Development Kit (SDK) for Windows 8.
 

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header dxgidebug.h

See also

DXGI Interfaces

IUnknown