Vixen
02b45cc4
csharp
public abstract class GpuQueryPool

A pool of GPU queries.

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

Remarks

A marker a backend subclasses, on the same terms as GpuBuffer and every other resource here: instances live in a backend-owned table and are reached only through QueryPoolHandle.

Methods (1)

  • protected GpuQueryPool()

    Only a backend derives from this.

Used by (5)

  • NullDeviceVixen.Graphics.Null
  • NullQueryPoolVixen.Graphics.Null
  • QueryPoolHandleVixen.Graphics
  • VulkanDeviceVixen.Graphics.Vulkan
  • VulkanQueryPoolVixen.Graphics.Vulkan