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.

D3D10_QUERY_DESC structure

Describes a query.

Syntax


typedef struct D3D10_QUERY_DESC {
  D3D10_QUERY Query;
  UINT        MiscFlags;
} D3D10_QUERY_DESC;

Members

Query

Type: D3D10_QUERY

Type of query (see D3D10_QUERY).

MiscFlags

Type: UINT

Miscellaneous flags (see D3D10_QUERY_MISC_FLAG).

Requirements

Header

D3D10.h

See also

Core Structures

 

 

Show:
© 2017 Microsoft