Blender Git Loki
Git Commits -> Revision 225e3a6
Revision 225e3a6 by Mike Erwin (master) March 14, 2017, 05:38 (GMT) |
Gawain: multiple VertexBuffers per Batch 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. |
Commit Details:
Full Hash: 225e3a6857b33ac0af8de89cc1b63734caa3e058
Parent Commit: 9bf0b24
Lines Changed: +82, -33