Blender Git Loki
Git Commits -> Revision 5bfeaf6
Revision 5bfeaf6 by Campbell Barton (master) May 17, 2017, 02:36 (GMT) |
Cleanup: group VBO attributes in a struct Some names are a bit arbitrary, this makes it clear which names are VBO attributes. |
Commit Details:
Full Hash: 5bfeaf6cc183549e4051273841a3e98b7d85924f
Parent Commit: 3d6361a
Lines Changed: +379, -385
6 Modified Paths:
/source/blender/draw/intern/draw_cache.c (+217, -217) (Diff)
/source/blender/draw/intern/draw_cache_impl_curve.c (+41, -41) (Diff)
/source/blender/draw/intern/draw_cache_impl_displist.c (+5, -5) (Diff)
/source/blender/draw/intern/draw_cache_impl_lattice.c (+8, -8) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+91, -97) (Diff)
/source/blender/draw/intern/draw_cache_impl_particles.c (+17, -17) (Diff)
/source/blender/draw/intern/draw_cache_impl_curve.c (+41, -41) (Diff)
/source/blender/draw/intern/draw_cache_impl_displist.c (+5, -5) (Diff)
/source/blender/draw/intern/draw_cache_impl_lattice.c (+8, -8) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+91, -97) (Diff)
/source/blender/draw/intern/draw_cache_impl_particles.c (+17, -17) (Diff)