Type alias WebGLUniform

WebGLUniform: {
    func: string;
    value: any;
}

Type declaration

  • func: string
  • value: any