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

Method NeedToTrimCpuTexture

trinity/Resources/Tr2TextureLodManager.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149bool Tr2TextureLodManager::NeedToTrimCpuTexture() const
150{
151 return m_cpuMemorySize > s_cpuMemoryBudget;
152}
153
154void Tr2TextureLodManager::GpuTextureCreated( const Tr2BitmapDimensions& desc )
155{

Callers 1

UpdateLodRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected