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

Method getTextureCoordSet

OgreMain/src/OgreTextureUnitState.cpp:524–527  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

522 }
523 //-----------------------------------------------------------------------
524 uint8 TextureUnitState::getTextureCoordSet(void) const
525 {
526 return mTextureCoordSetIndex;
527 }
528 //-----------------------------------------------------------------------
529 void TextureUnitState::setTextureCoordSet(uint8 set)
530 {

Callers 4

preAddToRenderStateMethod · 0.80
writeTextureUnitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected