csharp
public readonly record struct QueryPoolDescriptionWhat 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 KindWhat its queries measure.
public int CountHow many queries it holds.
public string NameA 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