Enum GraphicsBackendKind
Namespace: VelloSharp.Avalonia.Core.Options
Assembly: VelloSharp.Avalonia.Core.dll
Represents the rendering backend that will service Avalonia draw calls.
public enum GraphicsBackendKind
Fields
SkiaCpu = 2
Skia renderer using CPU rasterization.
SkiaGpu = 1
Skia renderer backed by a GPU context.
VelloWgpu = 0
Vello renderer powered by WebGPU.