1
0

Add r-value reference constructor to ModelParser

This commit is contained in:
JosiahWI
2023-05-17 13:07:39 -05:00
committed by Josiah VanderZee
parent 85fdf95afa
commit 50da04297f
2 changed files with 10 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ private:
public:
ModelParser(const tinygltf::Model& model);
ModelParser(const tinygltf::Model&& model);
void getIndices(const std::size_t accessorId,
std::vector<u16>& outIndices) const;