Indicates whether to trace threads of this type and whether to trace target-CU details for threads of this type.
typedef enum D3D11X_THREAD_TRACE_PIPELINE_ENABLE
{
D3D11X_THREAD_TRACE_PIPELINE_ENABLE_NONE = 0x00000000,
D3D11X_THREAD_TRACE_PIPELINE_ENABLE_ALL = 0x00000001
} D3D11X_THREAD_TRACE_PIPELINE_ENABLE;
| Constant | Description |
|---|---|
| D3D11X_THREAD_TRACE_PIPELINE_ENABLE_NONE | Indicates don’t trace threads of this type. |
| D3D11X_THREAD_TRACE_PIPELINE_ENABLE_ALL | Indicates to trace target-CU details for all threads of this type when tracing is enabled. |
This enumeration is used for PsEnable, VsEnable, and similar members in the D3D11X_THREAD_TRACE_DESC structure.
Header: Declared in d3d11_x.h.