diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-06-05 16:04:03 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-06-05 16:04:03 -0700 |
commit | e543d370ae643bba784002a93e283591573ab252 (patch) | |
tree | 1ebd7ce49bbc1f21af1ebd4c5b1e4bb41fba4689 /src/webGLClient.js | |
parent | 5652d5678fc9bda3cecd9431e77063bc90755b58 (diff) |
generalize context proxying to support not just 2d contexts
Diffstat (limited to 'src/webGLClient.js')
-rw-r--r-- | src/webGLClient.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webGLClient.js b/src/webGLClient.js new file mode 100644 index 00000000..8828f181 --- /dev/null +++ b/src/webGLClient.js @@ -0,0 +1,2 @@ +// WebGLWorker client code + |