Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetOriginalResolutionAsFloat
Method
GetOriginalResolutionAsFloat
trinity/Resources/TriTextureRes.cpp:819–822 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
817
}
818
819
float TriTextureRes::GetOriginalResolutionAsFloat() const
820
{
821
return (float)m_originalResolution;
822
}
823
824
void TriTextureRes::TrimLods( uint32_t startLod, Tr2TextureLodManager& manager )
825
{
Callers
1
UsedWithScreenSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected