Enum WebGPUShaderDiagnosticSeverity
- Namespace
- SixLabors.ImageSharp.Drawing.Processing.Backends
- Assembly
- SixLabors.ImageSharp.Drawing.WebGPU.dll
Identifies the severity of a WebGPU shader compiler message.
public enum WebGPUShaderDiagnosticSeverity
Fields
Error = 2A compiler error that prevents execution.
Information = 0An informational compiler message.
Warning = 1A compiler warning.