aboutsummaryrefslogtreecommitdiff
path: root/src/webGLClient.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webGLClient.js')
-rw-r--r--src/webGLClient.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webGLClient.js b/src/webGLClient.js
index be642c21..45a7486a 100644
--- a/src/webGLClient.js
+++ b/src/webGLClient.js
@@ -5,6 +5,7 @@ function WebGLClient() {
function fixArgs(command, args) {
switch (command) {
+ case 'useProgram':
case 'linkProgram':
case 'bindAttribLocation':
case 'compileShader':