D3D11_QUERY_DESC1 structure (d3d11_3.h)

Describes a query.

Syntax

typedef struct D3D11_QUERY_DESC1 {
  D3D11_QUERY        Query;
  UINT               MiscFlags;
  D3D11_CONTEXT_TYPE ContextType;
} D3D11_QUERY_DESC1;

Members

Query

A D3D11_QUERY-typed value that specifies the type of query.

MiscFlags

A combination of D3D11_QUERY_MISC_FLAG-typed values that are combined by using a bitwise OR operation. The resulting value specifies query behavior.

ContextType

A D3D11_CONTEXT_TYPE-typed value that specifies the context for the query.

Requirements

Requirement Value
Header d3d11_3.h

See also

Core Structures