Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ IsVtaPath
Function
IsVtaPath
trinity/Resources/TriTextureRes.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
bool IsVtaPath( const wchar_t* name )
65
{
66
auto length = wcslen( name );
67
return length > 4 && wcscmp( name + length - 4, L
".vta"
) == 0;
68
}
69
70
bool IsLowDetailVtaPath( const wchar_t* name )
71
{
Callers
1
Initialize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected