Tile type for buffer primitive.
New type mln::bp::Tile2D<T>
and mln::bp::Tile2DView<T>
used for buffer primitives.
New accelerated buffer primitives:
-
mln::bp::fill
: Fill a 2D buffer -
mln::bp::copy
: Copy a 2D buffer into another -
mln::bp::swap
: Swap two buffer contents -
mln::bp::transform
andmln::bp::apply
: Apply a function (inplace or out-of-place) on a (2D) buffer.