Browse Source

Trade: Minor doc fix

Signed-off-by: Squareys <squareys@googlemail.com>
pull/444/head
Squareys 6 years ago
parent
commit
13c4a690a3
  1. 2
      src/Magnum/Trade/MeshData.h

2
src/Magnum/Trade/MeshData.h

@ -106,7 +106,7 @@ enum class MeshAttribute: UnsignedShort {
/** /**
* Normal. Type is usually @ref VertexFormat::Vector3, but can be also * Normal. Type is usually @ref VertexFormat::Vector3, but can be also
* @ref VertexFormat::Vector3h. @ref VertexFormat::Vector3bNormalized or * @ref VertexFormat::Vector3h, @ref VertexFormat::Vector3bNormalized or
* @ref VertexFormat::Vector3sNormalized. Corresponds to * @ref VertexFormat::Vector3sNormalized. Corresponds to
* @ref Shaders::Generic::Normal. * @ref Shaders::Generic::Normal.
* @see @ref MeshData::normalsAsArray() * @see @ref MeshData::normalsAsArray()

Loading…
Cancel
Save