Vixen
02b45cc4

QueryPoolDescription

struct Core/Vixen.Graphics/Queries.cs:48
csharp
public readonly record struct QueryPoolDescription

What to create a query pool as.

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

Fields and properties (3)

  • public QueryKind Kind

    What its queries measure.

  • public int Count

    How many queries it holds.

  • public string Name

    A name for the debugger and the validation layers, on the same terms as every other description here.

Methods (1)

  • public QueryPoolDescription(QueryKind Kind, int Count, string Name = "")

    What to create a query pool as.

Used by (6)

  • GlDeviceVixen.Graphics.OpenGL
  • IGraphicsDeviceVixen.Graphics
  • NullDeviceVixen.Graphics.Null
  • NullQueryPoolVixen.Graphics.Null
  • VulkanDeviceVixen.Graphics.Vulkan
  • WebGpuDeviceVixen.Graphics.WebGPU