getActiveUniforms method
The WebGL2RenderingContext.getActiveUniforms()
method of
the
WebGL 2 API
retrieves information about
active uniforms within a WebGLProgram.
Implementation
external JSAny? getActiveUniforms(
WebGLProgram program,
JSArray<JSNumber> uniformIndices,
GLenum pname,
);