---------------------------------------------------------------------
| 190 | } |
| 191 | //--------------------------------------------------------------------- |
| 192 | void ShadowTextureManager::clear() |
| 193 | { |
| 194 | for (auto & i : mTextureList) |
| 195 | { |
| 196 | TextureManager::getSingleton().remove(i->getHandle()); |
| 197 | } |
| 198 | mTextureList.clear(); |
| 199 | |
| 200 | } |
| 201 | //--------------------------------------------------------------------- |
| 202 | |
| 203 | } |
no test coverage detected