aboutsummaryrefslogtreecommitdiff
path: root/src/webGLClient.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-06-13 15:18:34 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-06-13 15:18:34 -0700
commit091a3251e732d4d0fe8d6131e4a69ff0c3afb24a (patch)
treea8bfc94c33e454832e756697134c7fe9c3d88c96 /src/webGLClient.js
parent7451a7cd157e2ff9709fac8c21ef0c7b396103de (diff)
uniform1i
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 663c693a..6b32fdf5 100644
--- a/src/webGLClient.js
+++ b/src/webGLClient.js
@@ -11,6 +11,7 @@ function WebGLClient() {
switch (command) {
case 'getProgramParameter':
case 'getShaderParameter':
+ case 'uniform1i':
case 'uniform4fv':
case 'uniformMatrix4fv':
case 'getUniformLocation':