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

Method getNumMipmaps

OgreMain/src/OgreTextureUnitState.cpp:488–491  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

486 }
487 //-----------------------------------------------------------------------
488 int TextureUnitState::getNumMipmaps(void) const
489 {
490 return !mFramePtrs[0] ? int(MIP_DEFAULT) : mFramePtrs[0]->getNumMipmaps();
491 }
492 //-----------------------------------------------------------------------
493 void TextureUnitState::setIsAlpha(bool isAlpha)
494 {

Callers 12

TEST_FFunction · 0.80
encodeMethod · 0.80
decodeV3Method · 0.80
getTextureSizeMethod · 0.80
translateMethod · 0.80
_loadImagesMethod · 0.80
copyToTextureMethod · 0.80
prepareImplMethod · 0.80
writeTextureUnitMethod · 0.80
OgreImage.cppFile · 0.80
getSubresourceIndexMethod · 0.80
_setTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected