MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / addRenderSystem

Method addRenderSystem

OgreMain/src/OgreRoot.cpp:707–707  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

705 }
706 //-----------------------------------------------------------------------
707 void Root::addRenderSystem( RenderSystem *newRend ) { mRenderers.push_back( newRend ); }
708 //-----------------------------------------------------------------------
709 SceneManager *Root::_getCurrentSceneManager() const
710 {

Callers 6

installMethod · 0.80
installMethod · 0.80
installMethod · 0.80
installMethod · 0.80
installMethod · 0.80
mainFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected