cg-tuwien/Auto-Vk-Toolkit

Unnecessary copies in material_image_helpers.cpp?

johannesugb opened this issue · 1 comments

It looks like there might be unnecessary copies of std::vectors happening:

auto [positionsData, indicesData] = aVerticesAndIndices;

That looks like it copies the std::vectors out of the tuple aVerticesAndIndices?!

Solved with commit 5f3c699