Freigeben über


D3D11_COUNTER Enumeration

Options for performance counters.

Syntax

typedef enum D3D11_COUNTER {
  D3D11_COUNTER_DEVICE_DEPENDENT_0   = 0x40000000 
} D3D11_COUNTER;

Konstanten

  • D3D11_COUNTER_DEVICE_DEPENDENT_0
    Define a performance counter that is dependent on the hardware device.

Hinweise

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.

Anforderungen

Header

D3D11.h

Siehe auch

Core Enumerations