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

Method getTextureUnitStateIterator

OgreMain/src/OgrePass.cpp:537–540  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

535
536 //-----------------------------------------------------------------------
537 Pass::TextureUnitStateIterator Pass::getTextureUnitStateIterator()
538 {
539 return TextureUnitStateIterator( mTextureUnitStates.begin(), mTextureUnitStates.end() );
540 }
541 //-----------------------------------------------------------------------
542 Pass::ConstTextureUnitStateIterator Pass::getTextureUnitStateIterator() const
543 {

Callers 4

renderSingleObjectMethod · 0.80
executeCommandMethod · 0.80
writePassMethod · 0.80
checkHardwareSupportMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected