getUniform method

JSAny? getUniform(
  1. WebGLProgram program,
  2. WebGLUniformLocation location
)

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,
);