Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
bool IsSupported(const String& extension)
72
{
73
String dotExt =
'.'
+ extension;
74
return (aiIsExtensionSupported(dotExt.GetConstBuffer()) == AI_TRUE);
75
}
76
77
Ternary Check(Stream& /*stream*/, const MeshParams& parameters)
78
{
Callers
1
main
Function · 0.50
Calls
1
GetConstBuffer
Method · 0.80
Tested by
no test coverage detected