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

Method setCurrentPass

OgreMain/src/OgreAutoParamDataSource.cpp:530–534  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

528 }
529 //-----------------------------------------------------------------------------
530 void AutoParamDataSource::setCurrentPass( const Pass *pass )
531 {
532 mCurrentPass = pass;
533 setCurrentJob( 0 );
534 }
535 //-----------------------------------------------------------------------------
536 const Pass *AutoParamDataSource::getCurrentPass() const { return mCurrentPass; }
537 //-----------------------------------------------------------------------------

Callers 1

executeCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected