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

Method doRender

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

Source from the content-addressed store, hash-verified

64 }
65
66 void OgreRTTexture::doRender(IVertexBuffer* _buffer, ITexture* _texture, size_t _count)
67 {
68 OgreRenderManager::getInstance()
69 .doRenderRtt(_buffer, _texture, _count, mTexture->getBuffer()->getRenderTarget());
70 }
71
72} // namespace MyGUI

Callers

nothing calls this directly

Calls 2

doRenderRttMethod · 0.45
getRenderTargetMethod · 0.45

Tested by

no test coverage detected