ID3D12DebugDevice::ReportLiveDeviceObjects method

Reports information about a device object's lifetime.

Syntax


HRESULT ReportLiveDeviceObjects(
   D3D12_RLDO_FLAGS Flags
);

Parameters

Flags

Type: D3D12_RLDO_FLAGS

A value from the D3D12_RLDO_FLAGS enumeration. This method uses the value in Flags to determine the amount of information to report about a device object's lifetime.

Return value

Type: HRESULT

This method returns one of the Direct3D 12 Return Codes. HRESULT

Requirements

Header

D3d12sdklayers.h

See also

ID3D12DebugDevice

 

 

Show: