ID3D11DeviceX::SetDebugFlags Method

Sets flags to control debugging.

Syntax

public:
void SetDebugFlags(
         UINT Flags
)  

Parameters

Flags
Type: UINT 

[in] The debug flags, as a bitwise-OR’d combination of D3D11X_DEBUG_FLAG enumeration constants.

Return value

None.

Requirements

Header: Declared in d3d11_x.h.

Library: Use d3d11_x.lib.

See also

Reference

ID3D11DeviceX Interface

ID3D11DeviceX Members