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