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 = 0Uses the native WebGPU runtime default.
HighPerformance = 2Prefers a high-performance adapter when the platform provides one.
LowPower = 1Prefers a lower-power adapter when the platform provides one.