| 76 | } |
| 77 | |
| 78 | void J2DTexGenBlock::getTexMtx(u32 id, J2DTexMtx& texMtx) |
| 79 | { |
| 80 | if (mTexMtxes[id]) { |
| 81 | texMtx.setTexMtxInfo(mTexMtxes[id]->getTexMtxInfo()); |
| 82 | } |
| 83 | } |
| 84 | |
| 85 | JUTTexture* J2DTevBlock::getTexture(u32 index) { return nullptr; } |
| 86 |
no test coverage detected