fix(core): speed-up image copy in SFrameMatrixSynchronizer
The image copy using the image iterator is slow as hell in debug, making some applications unusable. This was replaced by a simple std::memcpy.
Please register or sign in to comment
The image copy using the image iterator is slow as hell in debug, making some applications unusable. This was replaced by a simple std::memcpy.