Specifies the scope of coverage provided by the thread trace.
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;
| 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. |
This enumeration is used by the TraceScope member of the D3D11X_THREAD_TRACE_DESC structure.
Header: Declared in d3d11_x.h.