Browse Source

Trade: doc++

pull/537/head
Vladimír Vondruš 5 years ago
parent
commit
ebfbfcbb73
  1. 3
      src/Magnum/Trade/MaterialData.h

3
src/Magnum/Trade/MaterialData.h

@ -1022,7 +1022,8 @@ enum class MaterialAttributeType: UnsignedByte {
Matrix4x2, /**< @ref Magnum::Matrix4x2 "Matrix4x2" */
Matrix4x3, /**< @ref Magnum::Matrix4x3 "Matrix4x3" */
/* Matrix4x4 not present */
/* Matrix4x4 not present as it won't fit (a deliberate decision), see
MaterialData docs for more information */
/**
* @cpp const void* @ce, type is not preserved. For convenience it's

Loading…
Cancel
Save