MCPcopy 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
819float TriTextureRes::GetOriginalResolutionAsFloat() const
820{
821 return (float)m_originalResolution;
822}
823
824void TriTextureRes::TrimLods( uint32_t startLod, Tr2TextureLodManager& manager )
825{

Callers 1

UsedWithScreenSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected