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 = 5The WebGPU device was lost.
Internal = 3The native runtime reported an internal implementation failure.
NoError = 0No error was reported.
OutOfMemory = 2The native runtime could not allocate the requested GPU resource.
Unknown = 4The native runtime reported an uncategorized failure.
Validation = 1The native runtime rejected a command or resource because it violated WebGPU validation rules.