Type Alias WTCGLUniformValue

WTCGLUniformValue:
    | Texture
    | Texture[]
    | number[]
    | string
    | number
    | boolean
    | Float32Array

Represents a value that can be bound to a uniform.