The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDXGIInfoQueue::SetMuteDebugOutput method
Turns the debug output on or off.
Syntax
void SetMuteDebugOutput( [in] DXGI_DEBUG_ID Producer, [in] BOOL bMute );
Parameters
- Producer [in]
-
A DXGI_DEBUG_ID value that identifies the entity that gets the mute status.
- bMute [in]
-
A Boolean value that specifies whether to turn the debug output on or off (TRUE for on, FALSE for off).
Return value
This method does not return a value.
Remarks
Note This API requires the Windows Software Development Kit (SDK) for Windows 8.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
DLL |
|
See also
Show: