I'm working on 2D quad batching. The vertex array is very structured: 4 vertices per quad with position and texture vectors, but I only need one color per quad.
Putting duplicate color information in every vertex seems like a waste.
Is there a way I can optimize this?