-----------------------------------------------------------------------
| 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 | { |
no outgoing calls
no test coverage detected