more J3DDrawBuffer

This commit is contained in:
Jasper St. Pierre
2022-12-31 14:17:26 -08:00
parent b95aed1512
commit 6557ac8cd7
11 changed files with 80 additions and 204 deletions
@@ -60,6 +60,7 @@ public:
}
}
J3DNBTScale* getNBTScale() const { return mTexGenBlock->getNBTScale(); }
u32 getTexNo(u32 idx) const { return mTevBlock->getTexNo(idx); }
void setTevColor(u32 i, const J3DGXColorS10* i_color) { mTevBlock->setTevColor(i, i_color); }