Table of Contents

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 = 2

A compiler error that prevents execution.

Information = 0

An informational compiler message.

Warning = 1

A compiler warning.