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

Method getDesiredFormat

OgreMain/src/OgreTextureUnitState.cpp:474–477  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

472 }
473 //-----------------------------------------------------------------------
474 PixelFormat TextureUnitState::getDesiredFormat(void) const
475 {
476 return !mFramePtrs[0] ? PF_UNKNOWN : mFramePtrs[0]->getDesiredFormat();
477 }
478 //-----------------------------------------------------------------------
479 void TextureUnitState::setNumMipmaps(int numMipmaps)
480 {

Callers 4

canHaveGammaColourFunction · 0.80
TEST_FFunction · 0.80
translateMethod · 0.80
writeTextureUnitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected