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

Method getNumFrames

OgreMain/src/OgreTextureUnitState.cpp:455–458  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

453 }
454 //-----------------------------------------------------------------------
455 unsigned int TextureUnitState::getNumFrames(void) const
456 {
457 return (unsigned int)mFramePtrs.size();
458 }
459 //-----------------------------------------------------------------------
460 const String& TextureUnitState::getFrameTextureName(unsigned int frameNumber) const
461 {

Callers 4

applyTextureAliasesFunction · 0.80
writeTextureUnitMethod · 0.80
getValueMethod · 0.80
setValueMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected