Hi people, When I run below codes I get similar FPS. Shouldn't I get more when using a spritebatch considering it's single draw call vs 200 per frame? Second question, when I look at wiki examples about spritebatch I've noticed that bind() and unbind() are not used. When should I use them exactly? I...