Type Alias WebGLCustomLayerUniformValue

WebGLCustomLayerUniformValue: number | boolean | ArrayLike<number>

uniform 的取值。类型按着色器里的 GLSL 声明自动分派, 不用自己区分 uniform1f / uniform3fv / uniformMatrix4fv