Browse Source

Trade: doc++

pull/537/head
Vladimír Vondruš 5 years ago
parent
commit
2059b2b164
  1. 4
      src/Magnum/Trade/MeshData.h

4
src/Magnum/Trade/MeshData.h

@ -1157,7 +1157,9 @@ class MAGNUM_TRADE_EXPORT MeshData {
* accessors. In most cases you don't want to access those directly,
* but rather use the @ref attribute(), @ref attributeName(),
* @ref attributeFormat(), @ref attributeOffset(),
* @ref attributeStride() etc. accessors.
* @ref attributeStride() etc. accessors. This is also the reason why
* there's no overload taking a @ref MeshAttribute, unlike the other
* accessors.
*
* Useful mainly for passing particular attributes unchanged directly
* to @ref MeshTools algorithms --- unlike with @ref attributeData()

Loading…
Cancel
Save