blender/intern/gawain
Campbell Barton 34566aa969 Gawain: add method of stepping over data directly
This avoids using GWN_vertbuf_attr_set which needs to calculate the
offset and perform a memcpy every call.

Exposing the data directly allows us to avoid a memcpy in some cases
and means we can write to the vertex buffer's memory directly.
2017-06-29 20:09:05 +10:00
..
gawain Gawain: add method of stepping over data directly 2017-06-29 20:09:05 +10:00
src Gawain: add method of stepping over data directly 2017-06-29 20:09:05 +10:00
CMakeLists.txt CMake: add missing includes 2017-06-13 14:51:15 +10:00