assimp/code/AssetLib/SIB
Krishty fe5a23e110 fixed bloat in SIB importer
The SIB importer, upon needing an empty aiString, did not create a new one but rather copied a predefined global empty string.
Since aiStrings contain large buffers, Assimp copied 1028 B of zeros instead of setting five bytes (at least when compiled with Visual C++). Since aiString is a user-defined type without a constexpr constructor, Visual C++ had to generate a thread-safe run-time initializer as well.
Now it’s just two instructions.
2021-05-03 17:01:59 +02:00
..
SIBImporter.cpp fixed bloat in SIB importer 2021-05-03 17:01:59 +02:00
SIBImporter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00