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 = 0A 32-bit floating-point value.
Int32 = 1A signed 32-bit integer value.
Matrix4x4 = 6A four-by-four 32-bit floating-point matrix.
UInt32 = 2An unsigned 32-bit integer value.
Vector2 = 3A two-component 32-bit floating-point vector.
Vector3 = 4A three-component 32-bit floating-point vector.
Vector4 = 5A four-component 32-bit floating-point vector.