Enum D3D11QueryMiscOptions
Flags that describe miscellaneous query behavior.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[Flags]
public enum D3D11QueryMiscOptions
Fields
Name | Description |
---|---|
None | No option. |
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. |