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;
Konstanten
- 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.
Hinweise
This flag is part of a query description (see D3D11_QUERY_DESC).
Anforderungen
Header |
D3D11.h |