Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Options for performance counters.
Syntax
typedef enum D3D11_COUNTER {
D3D11_COUNTER_DEVICE_DEPENDENT_0 = 0x40000000
} ;
Constants
D3D11_COUNTER_DEVICE_DEPENDENT_0 Value: 0x40000000 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
Requirement | Value |
---|---|
Header | d3d11.h |