-----------------------------------------------------------------------
| 940 | } |
| 941 | //----------------------------------------------------------------------- |
| 942 | TextureGpu *TextureUnitState::_getTexturePtr() const { return _getTexturePtr( mCurrentFrame ); } |
| 943 | //----------------------------------------------------------------------- |
| 944 | TextureGpu *TextureUnitState::_getTexturePtr( size_t frame ) const |
| 945 | { |
no test coverage detected