ID3D12Device::SetDebugFlagsX Method

Sets debugging options.

Syntax

public:
void SetDebugFlagsX(
         D3D12XBOX_DEBUG_FLAGS Flags
)  

Parameters

Flags
Type: D3D12XBOX_DEBUG_FLAGS 

[in] Flags to specify the debugging options to set, as a bitwise-OR’d combination of D3D12XBOX_DEBUG_FLAGS enumeration constants.

Return value

Type: void 

This method does not return a value.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

ID3D12Device Interface

ID3D12Device Members