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

Method end

Platforms/Ogre/OgrePlatform/src/MyGUI_OgreRTTexture.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void OgreRTTexture::end()
59 {
60 Ogre::RenderSystem* system = Ogre::Root::getSingleton().getRenderSystem();
61 system->_setViewport(mSaveViewport);
62
63 OgreRenderManager::getInstance().endRttRender();
64 }
65
66 void OgreRTTexture::doRender(IVertexBuffer* _buffer, ITexture* _texture, size_t _count)
67 {

Callers 3

serializeInvocationFunction · 0.45
unbindMethod · 0.45
handleFlashCallMethod · 0.45

Calls 2

getRenderSystemMethod · 0.80
endRttRenderMethod · 0.80

Tested by

no test coverage detected