This AddOn really gives you a nice, high level overview of what's going on and where to optimize. I may just add that for lower level debugging WebGL Inspector[1] is also tremendously helpful.
Also, cool to see my game[2] as an example for the bad overdraw situation :)
7 comments
[ 2.6 ms ] story [ 26.0 ms ] threadThough the "programs" view seems to just combine all of the shaders found on the page. It includes "potential" programs which were never linked.
We currently don't do any special handling for cube textures, but that was one of the features we have planned next.
Also, cool to see my game[2] as an example for the bad overdraw situation :)
[1] https://chrome.google.com/webstore/detail/webgl-inspector/og... [2] http://phoboslab.org/xibalba/
Thank you for pointing that out!