Browse Source

MeshTools: remove obsolete TODO.

pull/338/head
Vladimír Vondruš 7 years ago
parent
commit
e45e13e552
  1. 1
      src/Magnum/MeshTools/CompressIndices.h

1
src/Magnum/MeshTools/CompressIndices.h

@ -52,7 +52,6 @@ Example usage:
@snippet MagnumMeshTools.cpp compressIndices @snippet MagnumMeshTools.cpp compressIndices
@see @ref compressIndicesAs() @see @ref compressIndicesAs()
@todo Extract IndexType out of Mesh class
*/ */
std::tuple<Containers::Array<char>, MeshIndexType, UnsignedInt, UnsignedInt> MAGNUM_MESHTOOLS_EXPORT compressIndices(const std::vector<UnsignedInt>& indices); std::tuple<Containers::Array<char>, MeshIndexType, UnsignedInt, UnsignedInt> MAGNUM_MESHTOOLS_EXPORT compressIndices(const std::vector<UnsignedInt>& indices);

Loading…
Cancel
Save