Table of Contents

Class WebGPUShaderCompilationException

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

The exception thrown when a WebGPU layer-effect shader cannot be compiled.

public sealed class WebGPUShaderCompilationException : Exception, ISerializable
Inheritance
WebGPUShaderCompilationException
Implements
Inherited Members

Properties

Diagnostics

Gets the compiler diagnostics associated with the failure.

public IReadOnlyList<WebGPUShaderDiagnostic> Diagnostics { get; }

Property Value

IReadOnlyList<WebGPUShaderDiagnostic>