diff --git a/src/Magnum/MeshTools/CombineIndexedArrays.h b/src/Magnum/MeshTools/CombineIndexedArrays.h index 5e12fdc82..6f030de61 100644 --- a/src/Magnum/MeshTools/CombineIndexedArrays.h +++ b/src/Magnum/MeshTools/CombineIndexedArrays.h @@ -45,6 +45,9 @@ namespace Implementation { /** @brief Combine index arrays +@param[in,out] arrays Index arrays to combine. These arrays are updated + in-place to contain unique combinations of the original indices. +@return Resulting combined index array Creates new combined index array and updates the original ones with translation to new ones. For example, when you have position and normal array, each indexed @@ -92,7 +95,7 @@ inline std::vector combineIndexArrays(std::initializer_list