7725bacd6a8733fea6fb928d2cf8a7bc7b1ff5c1
Alignment here means that the size of the range passed into callback is a multiple of the alignment value (which has to be a power of two). This can help with performance when loops in the callback are are unrolled and/or vectorized. Otherwise, it can potentially reduce performance by splitting work into more unequally sized chunks. For example, chunk sizes might be 4 and 8 instead of 6 and 6 when alignment is 4.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
