3#include "skinned_morph_mesh_internal.h"
8namespace pixelbullet::skinned_morph_mesh_internal
10[[nodiscard]]
bool IsBinarySkinnedMorphMeshPath(std::string_view logical_path)
noexcept;
11[[nodiscard]]
bool LoadBinarySkinnedMorphMeshData(
const std::filesystem::path& resolved_path,
LoadData& data);
12[[nodiscard]]
bool SaveBinarySkinnedMorphMeshData(
const std::filesystem::path& resolved_path,
const LoadData& data,
13 std::string* error_message =
nullptr);
Definition skinned_morph_mesh_internal.h:18