Hello,
My game uses a lot of primitives, and I noticed this warning buried in the documentation..
"Warning:
These functions draws the Line, Point, Polygon, immediately. They aren't batched. If you are going to make a game that depends on these primitives, I suggest creating a batch."
I've googled, but can't find any information on creating a batch? There don't seem to be any classes in cocos2d. If anyone has any links to some code/documentation/tutorials, anything that would be useful I'd appreciate it.
Thank you.