summaryrefslogtreecommitdiff
path: root/src/webGLClient.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-06-06 16:49:35 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-06-06 16:49:35 -0700
commita79ec24da5008537230aac63619e344b45e6fe0c (patch)
tree6793e4fd8767ccc1aea822e154d4ce50352224bf /src/webGLClient.js
parent5e981894dd503ec8767aefa9225b349a03dd2ab3 (diff)
compileShader
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 ad55acc4..fdd96964 100644
--- a/src/webGLClient.js
+++ b/src/webGLClient.js
@@ -5,6 +5,7 @@ function WebGLClient() {
function fixArgs(command, args) {
switch (command) {
+ case 'compileShader':
case 'shaderSource': args[0] = objects[args[0]]; break;
}
}