MCPcopy Create free account
hub / github.com/MyGUI/mygui / checkTexture

Method checkTexture

Platforms/Ogre/OgrePlatform/src/MyGUI_OgreRenderManager.cpp:391–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 }
390
391 bool OgreRenderManager::checkTexture(ITexture* _texture)
392 {
393 for (MapTexture::const_iterator item = mTextures.begin(); item != mTextures.end(); ++item)
394 {
395 if (item->second == _texture)
396 return true;
397 }
398 return false;
399 }
400
401 const IntSize& OgreRenderManager::getViewSize() const
402 {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected