ID3D12InfoQueue::GetMuteDebugOutput method (d3d12sdklayers.h)

Get a boolean that determines if debug output is on or off.

Syntax

BOOL GetMuteDebugOutput();

Return value

Type: BOOL

Whether the debug output is on or off (true for on, false for off).

Requirements

Requirement Value
Target Platform Windows
Header d3d12sdklayers.h

See also

ID3D12InfoQueue