aboutsummaryrefslogtreecommitdiff
path: root/src/webGLClient.js
diff options
context:
space:
mode:
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':