Skip to content

Latest commit

 

History

History
65 lines (55 loc) · 2.34 KB

nf-directml-idmldebugdevice-setmutedebugoutput.md

File metadata and controls

65 lines (55 loc) · 2.34 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:directml.IDMLDebugDevice.SetMuteDebugOutput
IDMLDebugDevice::SetMuteDebugOutput
Determine whether to mute DirectML from sending messages to the ID3D12InfoQueue.
IDMLDebugDevice interface
SetMuteDebugOutput method
IDMLDebugDevice.SetMuteDebugOutput
IDMLDebugDevice::SetMuteDebugOutput
SetMuteDebugOutput
SetMuteDebugOutput method
SetMuteDebugOutput method
IDMLDebugDevice interface
direct3d12.idmldebugdevice_setmutedebugoutput
directml/IDMLDebugDevice::SetMuteDebugOutput
direct3d12\idmldebugdevice_setmutedebugoutput.htm
directml
74BA5FE6-1197-4BF0-A5FE-FAFE650C4C8E
12/5/2018
IDMLDebugDevice interface,SetMuteDebugOutput method, IDMLDebugDevice.SetMuteDebugOutput, IDMLDebugDevice::SetMuteDebugOutput, SetMuteDebugOutput, SetMuteDebugOutput method, SetMuteDebugOutput method,IDMLDebugDevice interface, direct3d12.idmldebugdevice_setmutedebugoutput, directml/IDMLDebugDevice::SetMuteDebugOutput
directml.h
Windows
DirectML.lib
DirectML.dll
Windows
19H1
IDMLDebugDevice::SetMuteDebugOutput
directml/IDMLDebugDevice::SetMuteDebugOutput
c++
APIRef
kbSyntax
COM
DirectML.dll
IDMLDebugDevice.SetMuteDebugOutput

IDMLDebugDevice::SetMuteDebugOutput

-description

Determine whether to mute DirectML from sending messages to the ID3D12InfoQueue.

-parameters

-param mute

Type: BOOL

If TRUE, DirectML is muted, and it will not send messages to the ID3D12InfoQueue. If FALSE, DirectML is not muted, and it will send messages to the ID3D12InfoQueue. The default value is FALSE.

-see-also

IDMLDebugDevice