D3D10_QUERY_MISC_FLAG enumeration (d3d10.h)

Flags that describe miscellaneous query behavior.

Syntax

typedef enum D3D10_QUERY_MISC_FLAG {
  D3D10_QUERY_MISC_PREDICATEHINT = 0x1
} ;

Constants

 
D3D10_QUERY_MISC_PREDICATEHINT
Value: 0x1
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 ID3D10Asynchronous::GetData when using this flag.

Remarks

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

Requirements

Requirement Value
Header d3d10.h

See also

Core Enumerations