diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-06-20 16:00:28 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-06-20 16:00:28 -0700 |
commit | 7c3cc646107c8662c52291b6b745ef6353a92dac (patch) | |
tree | 95a9d5a89ec8303fb66007104319c81afd16c6ea /src/webGLClient.js | |
parent | 09337aa13a59d384c63aa3401943ab232535633d (diff) |
uniform3fv
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': |