Enum QueryType
Specifies the type of query.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum QueryType
  Fields
| Name | Description | 
|---|---|
| BinaryOcclusion | Indicates the query is for a binary depth/stencil occlusion statistics.  | 
      
| Occlusion | Indicates the query is for depth/stencil occlusion counts.  | 
      
| Timestamp | Indicates the query is for high definition GPU and CPU timestamps.  |