-----------------------------------------------------------------------
| 522 | } |
| 523 | //----------------------------------------------------------------------- |
| 524 | uint8 TextureUnitState::getTextureCoordSet(void) const |
| 525 | { |
| 526 | return mTextureCoordSetIndex; |
| 527 | } |
| 528 | //----------------------------------------------------------------------- |
| 529 | void TextureUnitState::setTextureCoordSet(uint8 set) |
| 530 | { |
no outgoing calls
no test coverage detected