WebGLError uniformMatrix4fv
问题 I am developing a webgl app. uniformMatrix4fv works on new versions of Chrome, but I'm getting an error for old versions. The error is: Failed to execute 'uniformMatrix4fv' on 'WebGLRenderingContext': No function was found that matched the signature provided. How can I fix this? 来源: https://stackoverflow.com/questions/55065981/webglerror-uniformmatrix4fv