// d3dumddi.h
typedef enum D3DDDI_COUNTER_TYPE {
D3DDDI_COUNTER_TYPE_FLOAT32,
D3DDDI_COUNTER_TYPE_UINT16,
D3DDDI_COUNTER_TYPE_UINT32,
D3DDDI_COUNTER_TYPE_UINT64
} ;
View the official Windows Driver Kit DDI referenceNo description available.
A D3DDDI_COUNTER_TYPE enumeration value identifies the counter type.
D3DDDI_COUNTER_TYPE_FLOAT32The counter type is a single-precision float.
D3DDDI_COUNTER_TYPE_UINT16The counter type is an unsigned 16-bit integer value.
D3DDDI_COUNTER_TYPE_UINT32The counter type is an unsigned 32-bit integer value.
D3DDDI_COUNTER_TYPE_UINT64The counter type is an unsigned 64-bit integer value.