MCPcopy Create free account
hub / github.com/OGRECave/ogre / clear

Method clear

OgreMain/src/OgreShadowTextureManager.cpp:192–200  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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}

Callers 1

getShadowTexturesMethod · 0.45

Calls 2

getHandleMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected