Files
test/source/blender
Jacques Lucke 4e10b196ac Functions: make copying virtual arrays to span more efficient
Sometimes functions expect a span instead of a virtual array.
If the virtual array is a span internally already, great. But if it is
not (e.g. the position attribute on a mesh), the elements have
to be copied over to a span.

This patch makes the copying process more efficient by giving
the compiler more opportunity for optimization.
2021-04-29 12:59:44 +02:00
..
2021-03-29 19:11:17 -06:00
2021-03-18 09:36:44 +11:00
2021-04-28 16:30:20 +02:00
2021-04-11 13:09:27 +10:00