MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / IsSupported

Function IsSupported

plugins/Assimp/Plugin.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool IsSupported(const String& extension)
72{
73 String dotExt = '.' + extension;
74 return (aiIsExtensionSupported(dotExt.GetConstBuffer()) == AI_TRUE);
75}
76
77Ternary Check(Stream& /*stream*/, const MeshParams& parameters)
78{

Callers 1

mainFunction · 0.50

Calls 1

GetConstBufferMethod · 0.80

Tested by

no test coverage detected