MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getBindingType

Method getBindingType

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

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

Source from the content-addressed store, hash-verified

264 void TextureUnitState::setBindingType( TextureUnitState::BindingType bt ) { mBindingType = bt; }
265 //-----------------------------------------------------------------------
266 TextureUnitState::BindingType TextureUnitState::getBindingType() const { return mBindingType; }
267 //-----------------------------------------------------------------------
268 void TextureUnitState::setAutomaticBatching( bool automaticBatching )
269 {

Callers 2

writeTextureUnitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected