The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
D3D11_COUNTER enumeration
Options for performance counters.
Syntax
typedef enum D3D11_COUNTER { D3D11_COUNTER_DEVICE_DEPENDENT_0 = 0x40000000 } D3D11_COUNTER;
Constants
- D3D11_COUNTER_DEVICE_DEPENDENT_0
-
Define a performance counter that is dependent on the hardware device.
Remarks
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.
Requirements
|
Header |
|
|---|
See also
Show: