D3DDDI_COUNTER_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dumddi-d3dddi_counter_type)

D3DDDI_COUNTER_TYPE enumeration

Description

A D3DDDI_COUNTER_TYPE enumeration value identifies the counter type.

Constants

D3DDDI_COUNTER_TYPE_FLOAT32

The counter type is a single-precision float.

D3DDDI_COUNTER_TYPE_UINT16

The counter type is an unsigned 16-bit integer value.

D3DDDI_COUNTER_TYPE_UINT32

The counter type is an unsigned 32-bit integer value.

D3DDDI_COUNTER_TYPE_UINT64

The counter type is an unsigned 64-bit integer value.

Remarks

See also

PFND3DDDI_CHECKCOUNTER