Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
bool Tr2TextureLodManager::NeedToTrimCpuTexture() const
150
{
151
return m_cpuMemorySize > s_cpuMemoryBudget;
152
}
153
154
void Tr2TextureLodManager::GpuTextureCreated( const Tr2BitmapDimensions& desc )
155
{
Callers
1
UpdateLodRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected