typedef struct D3D11_COUNTER_DESC {
D3D11_COUNTER Counter;
UINT MiscFlags;
} D3D11_COUNTER_DESC;
Counter
Type of counter (see D3D11_COUNTER).
MiscFlags
Reserved.
This structure is used by ID3D11Counter::GetDesc, ID3D11Device::CheckCounter, and ID3D11Device::CreateCounter.
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).