D3D11X_THREAD_TRACE_SCOPE Enumeration

Specifies the scope of coverage provided by the thread trace.

Syntax

typedef enum D3D11X_THREAD_TRACE_SCOPE
{
    D3D11X_THREAD_TRACE_SCOPE_TITLE_ONLY,
    D3D11X_THREAD_TRACE_SCOPE_SYSTEM_WIDE,
    D3D11X_THREAD_TRACE_SCOPE_SYSTEM_AND_DETAILED_TITLE
} D3D11X_THREAD_TRACE_SCOPE;  

Constants

Constant Description
D3D11X_THREAD_TRACE_SCOPE_TITLE_ONLY Title only.
D3D11X_THREAD_TRACE_SCOPE_SYSTEM_WIDE System-wide.
D3D11X_THREAD_TRACE_SCOPE_SYSTEM_AND_DETAILED_TITLE System and details of the title.

Remarks

This enumeration is used by the TraceScope member of the D3D11X_THREAD_TRACE_DESC structure.

Requirements

Header: Declared in d3d11_x.h.