aboutsummaryrefslogtreecommitdiff
path: root/src/webGLClient.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-06-09 16:24:13 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-06-09 16:24:13 -0700
commitbaf91b75b1e9a775b4cbc77daaf7c4e12a1a7f46 (patch)
treeff48b8b3db3aa48aae31e53e0268e518f050c2a8 /src/webGLClient.js
parenta091408336198a95858e31a2b90f363765338ef1 (diff)
createBuffer, bindBuffer
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 b0adb478..2028d1dc 100644
--- a/src/webGLClient.js
+++ b/src/webGLClient.js
@@ -13,6 +13,7 @@ function WebGLClient() {
case 'compileShader':
case 'shaderSource': args[0] = objects[args[0]]; break;
case 'attachShader': args[0] = objects[args[0]]; args[1] = objects[args[1]]; break;
+ case 'bindBuffer': args[1] = objects[args[1]]; break;
}
}