-----------------------------------------------------------------------
| 522 | unsigned int TextureUnitState::getCurrentFrame() const { return mCurrentFrame; } |
| 523 | //----------------------------------------------------------------------- |
| 524 | unsigned int TextureUnitState::getNumFrames() const { return (unsigned int)mFrames.size(); } |
| 525 | //----------------------------------------------------------------------- |
| 526 | const String &TextureUnitState::getFrameTextureName( unsigned int frameNumber ) const |
| 527 | { |
no test coverage detected