| 176 | } |
| 177 | |
| 178 | static inline bool IsFileModel(const std::string& sourceFile) |
| 179 | { |
| 180 | return IsFileGLTF(sourceFile) || IsFileOBJ(sourceFile) || IsFileDRC(sourceFile); |
| 181 | } |
| 182 | |
| 183 | static inline bool IsFormatBCN(CMP_FORMAT format) |
| 184 | { |
no test coverage detected