summaryrefslogtreecommitdiff
path: root/src/webGLClient.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-06-09 16:11:25 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-06-09 16:11:25 -0700
commita036d4724c5f3c5df1286d5c213ac45ca70f1166 (patch)
tree4b39d447dba24c66a86aa4b61d99985d06d1b6dc /src/webGLClient.js
parent07ad37dc51d638539101ec6470905db71a166dc6 (diff)
uniform4fv
Diffstat (limited to 'src/webGLClient.js')
-rw-r--r--src/webGLClient.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webGLClient.js b/src/webGLClient.js
index 45a7486a..b0adb478 100644
--- a/src/webGLClient.js
+++ b/src/webGLClient.js
@@ -5,6 +5,8 @@ function WebGLClient() {
function fixArgs(command, args) {
switch (command) {
+ case 'uniform4fv':
+ case 'getUniformLocation':
case 'useProgram':
case 'linkProgram':
case 'bindAttribLocation':