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.
Data type of a performance counter.
Syntax
typedef enum D3D11_COUNTER_TYPE {
D3D11_COUNTER_TYPE_FLOAT32 = 0,
D3D11_COUNTER_TYPE_UINT16,
D3D11_COUNTER_TYPE_UINT32,
D3D11_COUNTER_TYPE_UINT64
} ;
Constants
D3D11_COUNTER_TYPE_FLOAT32Value: 0 32-bit floating point. |
D3D11_COUNTER_TYPE_UINT1616-bit unsigned integer. |
D3D11_COUNTER_TYPE_UINT3232-bit unsigned integer. |
D3D11_COUNTER_TYPE_UINT6464-bit unsigned integer. |
Remarks
These flags are an output parameter in ID3D11Device::CheckCounter.
Requirements
| Requirement | Value |
|---|---|
| Header | d3d11.h |