| 160 | } |
| 161 | |
| 162 | void Tr2TextureLodManager::GpuTextureDestroyed( const Tr2BitmapDimensions& desc ) |
| 163 | { |
| 164 | m_gpuMemorySize += static_cast<uint32_t>( -int32_t( GetTextureSize( desc ) ) ); |
| 165 | CCP_STATS_SET( textureLodGpuSize, m_gpuMemorySize ); |
| 166 | } |
| 167 | |
| 168 | void Tr2TextureLodManager::CpuTextureCreated( const Tr2BitmapDimensions& desc ) |
| 169 | { |
no test coverage detected