IDXGIInfoQueue::SetMuteDebugOutput method (dxgidebug.h)

Turns the debug output on or off.

Syntax

void SetMuteDebugOutput(
  [in] DXGI_DEBUG_ID Producer,
  [in] BOOL          bMute
);

Parameters

[in] Producer

A DXGI_DEBUG_ID value that identifies the entity that gets the mute status.

[in] bMute

A Boolean value that specifies whether to turn the debug output on or off (TRUE for on, FALSE for off).

Return value

None

Remarks

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
DLL DXGIDebug.dll

See also

IDXGIInfoQueue