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_MISC_FLAG enumeration

Flags that describe miscellaneous query behavior.

Syntax


typedef enum D3D11_QUERY_MISC_FLAG { 
  D3D11_QUERY_MISC_PREDICATEHINT  = 0x1
} D3D11_QUERY_MISC_FLAG;

Constants

D3D11_QUERY_MISC_PREDICATEHINT

Tell the hardware that if it is not yet sure if something is hidden or not to draw it anyway. This is only used with an occlusion predicate. Predication data cannot be returned to your application via ID3D11DeviceContext::GetData when using this flag.

Remarks

This flag is part of a query description (see D3D11_QUERY_DESC).

Requirements

Header

D3D11.h

See also

Core Enumerations

 

 

Show:
© 2017 Microsoft