WebGLUniformLocation
Part of the WebGL API and represents the location of a uniform variable in a shader program.
interface WebGLUniformLocation {}
var WebGLUniformLocation: {
prototype: WebGLUniformLocation;
new (): WebGLUniformLocation;
};Part of the WebGL API and represents the location of a uniform variable in a shader program.