Diligent::QueryDataOcclusion struct

Occlusion query data. This structure is filled by IQuery::GetData() for Diligent::QUERY_TYPE_OCCLUSION query type.

Contents

Public variables

enum QUERY_TYPE Type
Query type - must be Diligent::QUERY_TYPE_OCCLUSION.
Uint64 NumSamples
The number of samples that passed the depth and stencil tests in between IDeviceContext::BeginQuery and IDeviceContext::EndQuery.