MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsLowDetailVtaPath

Function IsLowDetailVtaPath

trinity/Resources/TriTextureRes.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool IsLowDetailVtaPath( const wchar_t* name )
71{
72 auto length = wcslen( name );
73 return length > 14 && wcscmp( name + length - 14, L"_lowdetail.vta" ) == 0;
74}
75
76const uint32_t INVALID_LOD = std::numeric_limits<uint32_t>::max();
77

Callers 1

InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected