Table of Contents

Enum WebGPUShaderUniformType

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

Identifies a value type that can be supplied to a WebGPU layer-effect shader.

public enum WebGPUShaderUniformType

Fields

Float32 = 0

A 32-bit floating-point value.

Int32 = 1

A signed 32-bit integer value.

Matrix4x4 = 6

A four-by-four 32-bit floating-point matrix.

UInt32 = 2

An unsigned 32-bit integer value.

Vector2 = 3

A two-component 32-bit floating-point vector.

Vector3 = 4

A three-component 32-bit floating-point vector.

Vector4 = 5

A four-component 32-bit floating-point vector.