Uncaught TypeError: Failed to execute 'uniform2fv' on 'WebGLRenderingContext': No function was found that matched the signature provided. at mine (glminer.js:262)
Firefox throws:
Argument 2 of WebGLRenderingContext.uniform2fv could not be converted to any of: Float32Array, UnrestrictedFloatSequence.
The line is
gl.uniform2fv(hash1Loc, job.hash1);
Chrome throws:
Uncaught TypeError: Failed to execute 'uniform2fv' on 'WebGLRenderingContext': No function was found that matched the signature provided. at mine (glminer.js:262)
Firefox throws:Argument 2 of WebGLRenderingContext.uniform2fv could not be converted to any of: Float32Array, UnrestrictedFloatSequence.
Any idea on a fix?