Blender Git Commit Log
Git Commits -> Revision 945f8e3
Revision 945f8e3 by Mike Erwin (master) October 13, 2016, 19:15 (GMT) |
Gawain: vertex format now uses fixed allocations (CPU perf++) API stays exactly the same. Attribute names can still be of variable length, as long as the average length does not exceed AVG_VERTEX_ATTRIB_NAME_LEN. Since this includes unused attributes (length = 0) the current avg of 5 might even be too high. |
Commit Details:
Full Hash: 945f8e3f93ac3c2dbc8ee0d8504040b6bcaa41b8
Parent Commit: dfa5b32
Lines Changed: +36, -18