aboutsummaryrefslogtreecommitdiff
path: root/src/webGLClient.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webGLClient.js')
-rw-r--r--src/webGLClient.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webGLClient.js b/src/webGLClient.js
index a5ec0f4f..335c836c 100644
--- a/src/webGLClient.js
+++ b/src/webGLClient.js
@@ -9,6 +9,8 @@ function WebGLClient() {
function fixArgs(command, args) {
switch (command) {
+ case 'deleteShader':
+ case 'deleteProgram':
case 'getProgramParameter':
case 'getShaderParameter':
case 'uniform1i':