IDMLDebugDevice::SetMuteDebugOutput method (directml.h)
Determine whether to mute DirectML from sending messages to the ID3D12InfoQueue.
Syntax
void SetMuteDebugOutput(
BOOL mute
);
Parameters
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.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | directml.h |
Library | DirectML.lib |
DLL | DirectML.dll |