Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_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. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3dumddi.h |