From f8389cf271df2655b293b7d1eb3d75bfb1e45454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 20 Jul 2020 19:19:15 +0200 Subject: [PATCH] Trade: doc++ --- src/Magnum/Trade/MeshData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Trade/MeshData.h b/src/Magnum/Trade/MeshData.h index 86fe9b4a6..9258d11f6 100644 --- a/src/Magnum/Trade/MeshData.h +++ b/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: