The one draw call renderer should stop web version and desktop versions from lagging/overloading the computer, it should especially optimize the main problem tophat has, which is switching textures and scissor rects. Scissor rects will be implemented via shaders now, which reduces complexity of switching between draw calls. I might need some help. One important part of this technique is to pack images into one atlas image since you can't attach much more than a few textures per draw call.