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 = 2Four-channel 8-bit normalized unsigned BGRA format, mapped to Bgra32.
Rgba16Float = 3Four-channel 16-bit floating-point RGBA format, mapped to HalfVector4.
Rgba8Snorm = 1Four-channel 8-bit normalized signed RGBA format, mapped to NormalizedByte4.
Rgba8Unorm = 0Four-channel 8-bit normalized unsigned RGBA format, mapped to Rgba32.
Remarks
Only formats with storage texture binding support are included.