Add gfx::pose_ref type alias
This commit is contained in:
parent
79b9a8dd76
commit
ef53e0e8d2
1 changed files with 2 additions and 1 deletions
|
|
@ -346,7 +346,8 @@ namespace psemek::gfx
|
||||||
load_instance(instances.data(), instances.size(), usage);
|
load_instance(instances.data(), instances.size(), usage);
|
||||||
}
|
}
|
||||||
|
|
||||||
using pose_library = std::unordered_map<std::string_view, util::span<bone_transform<float> const>>;
|
using pose_ref = util::span<bone_transform<float> const>;
|
||||||
|
using pose_library = std::unordered_map<std::string_view, pose_ref>;
|
||||||
|
|
||||||
struct imported_mesh
|
struct imported_mesh
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue