Binary occlusion query data. More...
#include <Query.h>
Public Attributes | |
enum QUERY_TYPE | Type = QUERY_TYPE_BINARY_OCCLUSION |
Query type - must be Diligent::QUERY_TYPE_BINARY_OCCLUSION. | |
Bool | AnySamplePassed = False |
Binary occlusion query data.
This structure is filled by IQuery::GetData() for Diligent::QUERY_TYPE_BINARY_OCCLUSION query type.
Bool Diligent::QueryDataBinaryOcclusion::AnySamplePassed = False |
Indicates if at least one sample passed depth and stencil testing in between IDeviceContext::BeginQuery and IDeviceContext::EndQuery.