Unnecessary copies in material_image_helpers.cpp?
johannesugb opened this issue · 1 comments
johannesugb commented
It looks like there might be unnecessary copies of std::vector
s happening:
auto [positionsData, indicesData] = aVerticesAndIndices;
That looks like it copies the std::vector
s out of the tuple aVerticesAndIndices
?!
johannesugb commented
Solved with commit 5f3c699