Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 1.12 KB

d3dxdebugmute.md

File metadata and controls

73 lines (46 loc) · 1.12 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Turns on or off all D3DX debug output.
e35cbfd2-401e-47ec-9f5b-e2ed63ea1fcd
D3DXDebugMute function (D3dx9core.h)
reference
05/31/2018
APIRef
kbSyntax
D3DXDebugMute
LibDef
d3dx9.lib
d3dx9.dll

D3DXDebugMute function

Turns on or off all D3DX debug output.

Syntax

BOOL D3DXDebugMute(
  _In_ BOOL Mute
);

Parameters

Mute [in]

Type: BOOL

If TRUE, debugger output is halted; if FALSE, debug output is enabled.

Return value

Type: BOOL

Returns the previous value of Mute.

Requirements

Requirement Value
Header
D3dx9core.h
Library
D3dx9.lib

See also

General Purpose Functions