So we can store (for example) vertex positions in one buffer and normals + colors in another buffer. Not super exciting right now, but very useful once we start changing some attribute values. Supports future work by Clément et al. Only tested with one VBO per Batch since that's all our current code uses.