-----------------------------------------------------------------------
| 472 | } |
| 473 | //----------------------------------------------------------------------- |
| 474 | PixelFormat TextureUnitState::getDesiredFormat(void) const |
| 475 | { |
| 476 | return !mFramePtrs[0] ? PF_UNKNOWN : mFramePtrs[0]->getDesiredFormat(); |
| 477 | } |
| 478 | //----------------------------------------------------------------------- |
| 479 | void TextureUnitState::setNumMipmaps(int numMipmaps) |
| 480 | { |
no outgoing calls
no test coverage detected