Browse Source

Trade: doc++

pull/610/head
Vladimír Vondruš 4 years ago
parent
commit
7ce5efc102
  1. 4
      src/Magnum/Trade/MaterialData.h

4
src/Magnum/Trade/MaterialData.h

@ -2222,7 +2222,9 @@ class MAGNUM_TRADE_EXPORT MaterialData {
* @brief Raw attribute data
*
* Returns @cpp nullptr @ce if the material has no attributes.
* @see @ref releaseAttributeData()
* @see @ref releaseAttributeData(), @ref attributeDataOffset(),
* @ref attributeData(UnsignedInt, UnsignedInt) const,
* @ref attributeData(UnsignedInt) const
*/
Containers::ArrayView<const MaterialAttributeData> attributeData() const { return _data; }

Loading…
Cancel
Save