D3DDDI_COUNTER_TYPE enumeration (d3dumddi.h)

A D3DDDI_COUNTER_TYPE enumeration value identifies the counter type.

Syntax

typedef enum D3DDDI_COUNTER_TYPE {
  D3DDDI_COUNTER_TYPE_FLOAT32,
  D3DDDI_COUNTER_TYPE_UINT16,
  D3DDDI_COUNTER_TYPE_UINT32,
  D3DDDI_COUNTER_TYPE_UINT64
} ;

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.

Requirements

Requirement Value
Header d3dumddi.h

See also

PFND3DDDI_CHECKCOUNTER