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

Method setCurrentRenderTarget

OgreMain/src/OgreAutoParamDataSource.cpp:913–916  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

911 }
912 //-----------------------------------------------------------------------------
913 void AutoParamDataSource::setCurrentRenderTarget(const RenderTarget* target)
914 {
915 mCurrentRenderTarget = target;
916 }
917 //-----------------------------------------------------------------------------
918 const RenderTarget* AutoParamDataSource::getCurrentRenderTarget(void) const
919 {

Callers 3

_renderSceneMethod · 0.80
manualRenderMethod · 0.80
_resumeRenderingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected