Type alias UniformSet

UniformSet: {
    [key: string]: number | number[] | mat4 | WebGLTexture | null;
}

A map of uniforms that can be used when WebGL rendering, typically applied with twlg.setUniforms()

Type declaration

  • [key: string]: number | number[] | mat4 | WebGLTexture | null

Generated using TypeDoc