ID3D12DebugDevice1::ReportLiveDeviceObjects method (d3d12sdklayers.h)

Specifies the amount of information to report on 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.

Requirements

Requirement Value
Target Platform Windows
Header d3d12sdklayers.h

See also

ID3D12DebugDevice1