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

Method getTextureType

OgreMain/src/OgreTextureUnitState.cpp:287–290  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

285 }
286 //-----------------------------------------------------------------------
287 TextureType TextureUnitState::getTextureType(void) const
288 {
289 return !mFramePtrs[0] ? TEX_TYPE_2D : mFramePtrs[0]->getTextureType();
290 }
291
292 //-----------------------------------------------------------------------
293 void TextureUnitState::setFrameTextureName(const String& name, unsigned int frameNumber)

Callers 15

setTextureUnitMethod · 0.80
TEST_FFunction · 0.80
setTextureMethod · 0.80
createMethod · 0.80
applyTextureAliasesFunction · 0.80
translateMethod · 0.80
writeTextureUnitMethod · 0.80
checkHardwareSupportMethod · 0.80
getShadowTexturesMethod · 0.80
_mapMethod · 0.80
blitMethod · 0.80
blitFromMemoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected