Browse Source

Trade: add a TODO.

pull/430/head
Vladimír Vondruš 6 years ago
parent
commit
159c4ece50
  1. 2
      src/Magnum/Trade/MeshData.h

2
src/Magnum/Trade/MeshData.h

@ -425,6 +425,8 @@ class MAGNUM_TRADE_EXPORT MeshAttributeData {
* it explicitly --- there's no way the library can infer this from the * it explicitly --- there's no way the library can infer this from the
* type alone, except for the color types above (which are generally * type alone, except for the color types above (which are generally
* always normalized). * always normalized).
* @todo Pick a type based on the combination of T and name? E.g., for
* a Tangent it would pick Vector3sNormalized instead of Vector3s
*/ */
template<class T> constexpr explicit MeshAttributeData(MeshAttribute name, const Containers::StridedArrayView1D<T>& data) noexcept; template<class T> constexpr explicit MeshAttributeData(MeshAttribute name, const Containers::StridedArrayView1D<T>& data) noexcept;

Loading…
Cancel
Save