D3D10_QUERY_DESC structure (d3d10.h)

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

Requirement Value
Header d3d10.h

See also

Core Structures