Table of Contents

Enum WebGPUErrorType

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

Error categories reported by the native WebGPU runtime.

public enum WebGPUErrorType

Fields

DeviceLost = 5

The WebGPU device was lost.

Internal = 3

The native runtime reported an internal implementation failure.

NoError = 0

No error was reported.

OutOfMemory = 2

The native runtime could not allocate the requested GPU resource.

Unknown = 4

The native runtime reported an uncategorized failure.

Validation = 1

The native runtime rejected a command or resource because it violated WebGPU validation rules.