12 auto* command = _overlayPool.allocate();
13 command->
start = start;
15 command->color = color;
16 command->thickness = thickness;
17 _overlayCommands.push_back(command);
23 _overlayCommands.clear();
24 _overlayPool.freeAll();
RGBA color with floating-point components in [0, 1].
3D vector for positions, directions, and normals with multi-backend SIMD acceleration.