| 166 | } |
| 167 | |
| 168 | void Tr2TextureLodManager::CpuTextureCreated( const Tr2BitmapDimensions& desc ) |
| 169 | { |
| 170 | m_cpuMemorySize += GetTextureSize( desc ); |
| 171 | CCP_STATS_SET( textureLodCpuSize, m_cpuMemorySize ); |
| 172 | } |
| 173 | |
| 174 | void Tr2TextureLodManager::CpuTextureDestroyed( const Tr2BitmapDimensions& desc ) |
| 175 | { |
no test coverage detected