Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

D3D11_QUERY_DESC1 structure

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

Header

D3D11_3.h

See also

Core Structures

 

 

Show:
© 2017 Microsoft