diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-06-18 13:46:20 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-06-18 13:46:20 -0700 |
commit | eb916912800a6c46d3d56606da11dc9424b5ad45 (patch) | |
tree | 107145268a1544d5759c810794c72ddcac98bc7d /src/webGLClient.js | |
parent | 27c92843ee748ad7a1be5ab3ef53f8d8ab93dbb3 (diff) |
proxy deleteBuffer
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 659607b6..c41752ab 100644 --- a/src/webGLClient.js +++ b/src/webGLClient.js @@ -9,6 +9,7 @@ function WebGLClient() { function fixArgs(command, args) { switch (command) { + case 'deleteBuffer': case 'deleteShader': case 'deleteProgram': case 'deleteTexture': |