From ef53e0e8d2d687c0c8135df8cc01da9435a78fce Mon Sep 17 00:00:00 2001 From: lisyarus Date: Wed, 21 Jul 2021 22:06:05 +0300 Subject: [PATCH] Add gfx::pose_ref type alias --- libs/gfx/include/psemek/gfx/mesh.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/gfx/include/psemek/gfx/mesh.hpp b/libs/gfx/include/psemek/gfx/mesh.hpp index 0591e530..12399c6c 100644 --- a/libs/gfx/include/psemek/gfx/mesh.hpp +++ b/libs/gfx/include/psemek/gfx/mesh.hpp @@ -346,7 +346,8 @@ namespace psemek::gfx load_instance(instances.data(), instances.size(), usage); } - using pose_library = std::unordered_map const>>; + using pose_ref = util::span const>; + using pose_library = std::unordered_map; struct imported_mesh {