forked from joejulian/gio
182e701081
Before that patch, the Call function was used to call each JS function related to WebGL. The Call function contains strings, which is slow on most browsers. Now, it uses Bind on the initialization and re-use the same function, avoiding the usage of strings. Signed-off-by: Inkeliz <inkeliz@inkeliz.com>