enum render::GpuQueryFlag
Flags that may be used to control individual queries.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
PreciseOcclusion |
1 |
If set, occlusion queries will report exact drawn sample count, rather than just a binary value if anything was drawn. |