MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / IsFileModel

Function IsFileModel

applications/_plugins/common/cmdline.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ProcessCMDLineFunction · 0.85

Calls 3

IsFileGLTFFunction · 0.85
IsFileOBJFunction · 0.85
IsFileDRCFunction · 0.85

Tested by

no test coverage detected