diff options
Diffstat (limited to 'src/webGLClient.js')
-rw-r--r-- | src/webGLClient.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webGLClient.js b/src/webGLClient.js index f8b51ecc..82ffdf5c 100644 --- a/src/webGLClient.js +++ b/src/webGLClient.js @@ -24,6 +24,7 @@ function WebGLClient() { case 'getShaderParameter': case 'uniform1i': case 'uniform1f': + case 'uniform3fv': case 'uniform4fv': case 'uniformMatrix4fv': case 'getUniformLocation': |