QueryDataBinaryOcclusion struct
Binary occlusion query data. This structure is filled by IQuery::
Contents
- Reference
Public variables
-
enum QUERY_
TYPE Type - Query type - must be Diligent::
QUERY_TYPE_BINARY_OCCLUSION. - bool AnySamplePassed
- Indicates if at least one sample passed depth and stencil testing in between IDeviceContext::
BeginQuery and IDeviceContext:: EndQuery.