getUniform method
The WebGLRenderingContext.getUniform()
method of the
WebGL API
returns the value of a uniform
variable at a given location.
Implementation
external JSAny? getUniform(
WebGLProgram program,
WebGLUniformLocation location,
);
The WebGLRenderingContext.getUniform()
method of the
WebGL API
returns the value of a uniform
variable at a given location.
external JSAny? getUniform(
WebGLProgram program,
WebGLUniformLocation location,
);