csharp
public readonly record struct QueryPoolHandleA query pool, by handle.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public Handle<GpuQueryPool> Valuepublic static QueryPoolHandle NullNo pool.
public bool IsValidWhether this refers to anything.
Methods (1)
public QueryPoolHandle(Handle<GpuQueryPool> Value)A query pool, by handle.
Used by (15)
- GlCommandListVixen.Graphics.OpenGL
- GlDeviceVixen.Graphics.OpenGL
- ICommandListVixen.Graphics
- IGraphicsDeviceVixen.Graphics
- NullCommandListVixen.Graphics.Null
- NullDeviceVixen.Graphics.Null
- OrderProbeVixen.Graphics.RenderGraph.Tests
- QueryPoolTestsVixen.Graphics.Null.Tests
- TrackingCommandListVixen.Graphics.RenderGraph.Tests
- VulkanCommandListVixen.Graphics.Vulkan
- VulkanDeviceVixen.Graphics.Vulkan
- WebGpuCommandListVixen.Graphics.WebGPU
- WebGpuDeviceVixen.Graphics.WebGPU
- FrameCaptureTestsVixen.Editor.Debugger.Tests
- GpuProfilerVixen.Editor.Profiler