Class WebGPUDrawingBackendScene
- Namespace
- SixLabors.ImageSharp.Drawing.Processing.Backends
- Assembly
- SixLabors.ImageSharp.Drawing.WebGPU.dll
Retained scene created by the WebGPU drawing backend.
public sealed class WebGPUDrawingBackendScene : DrawingBackendScene, IDisposable
- Inheritance
-
WebGPUDrawingBackendScene
- Implements
- Inherited Members
Remarks
A retained scene can be rendered multiple times, including concurrently. The scene caches reusable GPU arenas and monotonically growing scratch capacities between renders so repeat renders skip the dynamic-growth discovery passes.
Methods
DisposeCore()
Disposes backend-specific resources retained by this scene.
protected override void DisposeCore()