Conscience Core
gltfHelpers.h
Go to the documentation of this file.
1 #ifndef csc_gltfHelpers_H_
2 #define csc_gltfHelpers_H_
3 
4 #include <Util/fs.h>
5 
6 void convertGltfToGlb(const fs::path &gltfPath, const fs::path &glbPath);
7 
8 #endif
fs.h
convertGltfToGlb
void convertGltfToGlb(const fs::path &gltfPath, const fs::path &glbPath)
Definition: gltfHelpers.cpp:8