Diligent::QueryDataBinaryOcclusion struct

Binary occlusion query data. This structure is filled by IQuery::GetData() for Diligent::QUERY_TYPE_BINARY_OCCLUSION query type.

Contents

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.