ID3D12Debug::SetProcessDebugFlags Method

Sets the options to use when debugging a process.

Syntax

public:
HRESULT SetProcessDebugFlags(
         D3D12XBOX_PROCESS_DEBUG_FLAGS Flags
)  

Parameters

Flags
Type: D3D12XBOX_PROCESS_DEBUG_FLAGS 

The options to use when debugging a process, as a bitwise-OR combination of D3D12XBOX_PROCESS_DEBUG_FLAGS enumeration constants.

Return value

Type: HRESULT 

One of the Direct3D 12 return codes.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

ID3D12Debug Interface

ID3D12Debug Members