Share via


enumerazione D3DDDI_COUNTER_TYPE (d3dumddi.h)

Un valore di enumerazione D3DDDI_COUNTER_TYPE identifica il tipo di contatore.

Sintassi

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

Costanti

 
D3DDDI_COUNTER_TYPE_FLOAT32
Il tipo di contatore è un float a precisione singola.
D3DDDI_COUNTER_TYPE_UINT16
Il tipo di contatore è un valore intero senza segno a 16 bit.
D3DDDI_COUNTER_TYPE_UINT32
Il tipo di contatore è un valore intero a 32 bit senza segno.
D3DDDI_COUNTER_TYPE_UINT64
Il tipo di contatore è un valore intero a 64 bit senza segno.

Requisiti

Requisito Valore
Intestazione d3dumddi.h

Vedi anche

PFND3DDDI_CHECKCOUNTER