| 172 | } |
| 173 | |
| 174 | void Tr2TextureLodManager::CpuTextureDestroyed( const Tr2BitmapDimensions& desc ) |
| 175 | { |
| 176 | m_cpuMemorySize += static_cast<uint32_t>( -int32_t( GetTextureSize( desc ) ) ); |
| 177 | CCP_STATS_SET( textureLodCpuSize, m_cpuMemorySize ); |
| 178 | } |
| 179 | |
| 180 | |
| 181 | Tr2TextureLodManager::Stats Tr2TextureLodManager::GetStats() const |
no test coverage detected