Add r-value reference constructor to ModelParser
This commit is contained in:
committed by
Josiah VanderZee
parent
85fdf95afa
commit
50da04297f
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user