diff options
Diffstat (limited to 'src/webGLClient.js')
-rw-r--r-- | src/webGLClient.js | 1 |
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': |