Table of Contents

Enum WebGPUPowerPreference

Namespace
SixLabors.ImageSharp.Drawing.Processing.Backends
Assembly
SixLabors.ImageSharp.Drawing.WebGPU.dll

Describes the adapter power preference requested for the library-managed WebGPU device.

public enum WebGPUPowerPreference

Fields

Default = 0

Uses the native WebGPU runtime default.

HighPerformance = 2

Prefers a high-performance adapter when the platform provides one.

LowPower = 1

Prefers a lower-power adapter when the platform provides one.