Options for performance counters.
typedef enum D3D11_COUNTER
{
D3D11_COUNTER_DEVICE_DEPENDENT_0 = 0x40000000
} D3D11_COUNTER;
| Constant | Description |
|---|---|
| D3D11_COUNTER_DEVICE_DEPENDENT_0 | Define a performance counter that is dependent on the hardware device. |
Independent hardware vendors may define their own set of performance counters for their devices, by giving the enumeration value a number that is greater than the value for D3D11_COUNTER_DEVICE_DEPENDENT_0.
This enumeration is used by D3D11_COUNTER_DESC and D3D11_COUNTER_INFO.
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).