Vixen
02b45cc4
csharp
public enum QueryKind

What a pool's queries measure.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

One member, and it is not an oversight. Occlusion and pipeline-statistics queries are real and are not what E4 needs; adding them now would mean guessing at the shape of a result set — a statistics query resolves to a struct whose fields depend on which counters were asked for — before anything reads one. The enum exists so that adding them is an addition rather than a change to every signature below.

Fields and properties (1)

  • Timestamp

    A GPU clock reading, written where the command list says.

Used by (4)

  • QueryPoolDescriptionVixen.Graphics
  • QueryPoolTestsVixen.Graphics.Null.Tests
  • FrameCaptureTestsVixen.Editor.Debugger.Tests
  • GpuProfilerVixen.Editor.Profiler