Canvas2DtoWebGL
Canvas2DtoWebGL copied to clipboard
batch draw support?
If drawImage the same Image instance,combine into one draw call.
it is worth considering, the only problem is that besides catching the image I would have to catch lots of other parameters (transform matrix) so it wont be as easy as it seems.
I will give it a look.