Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

D3D11_COUNTER_DESC structure (d3d11.h)

Describes a counter.

Syntax

typedef struct D3D11_COUNTER_DESC {
 D3D11_COUNTER Counter;
 UINT MiscFlags;
} D3D11_COUNTER_DESC;

Members

Counter

Type: D3D11_COUNTER

Type of counter (see D3D11_COUNTER).

MiscFlags

Type: UINT

Reserved.

Remarks

This structure is used by ID3D11Counter::GetDesc, ID3D11Device::CheckCounter and ID3D11Device::CreateCounter.

Requirements

Requirement Value
Header d3d11.h

See also

Core Structures


Feedback

Was this page helpful?

Additional resources