Browse Source

Trade: doc++

pull/435/merge
Vladimír Vondruš 6 years ago
parent
commit
f8389cf271
  1. 2
      src/Magnum/Trade/MeshData.h

2
src/Magnum/Trade/MeshData.h

@ -662,7 +662,7 @@ too:
In cases where you want the @ref MeshData instance to only refer to external
data without taking ownership (for example in a memory-mapped file, constant
memory etc., instead of moving in an @ref Corrade::Containers::Array you pass
memory etc.). Instead of moving in an @ref Corrade::Containers::Array you pass
@ref DataFlags describing if the data is mutable or not together with an
@ref Corrade::Containers::ArrayView. A variant of the above where the index
data is constant and vertex data mutable, both referenced externally:

Loading…
Cancel
Save