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