Table of Contents

Enum WebGPUTextureFormat

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

Supported texture format identifiers for native WebGPU targets.

public enum WebGPUTextureFormat

Fields

Bgra8Unorm = 2

Four-channel 8-bit normalized unsigned BGRA format, mapped to Bgra32.

Rgba16Float = 3

Four-channel 16-bit floating-point RGBA format, mapped to HalfVector4.

Rgba8Snorm = 1

Four-channel 8-bit normalized signed RGBA format, mapped to NormalizedByte4.

Rgba8Unorm = 0

Four-channel 8-bit normalized unsigned RGBA format, mapped to Rgba32.

Remarks

Only formats with storage texture binding support are included.