mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -04:00
misc cleanup
This commit is contained in:
@@ -67,6 +67,8 @@ public:
|
||||
J3DFog* getFog() { return mPEBlock->getFog(); }
|
||||
J3DZMode* getZMode() { return mPEBlock->getZMode(); }
|
||||
J3DBlend* getBlend() { return mPEBlock->getBlend(); }
|
||||
J3DAlphaComp* getAlphaComp() { return mPEBlock->getAlphaComp(); }
|
||||
u8 getZCompLoc() { return mPEBlock->getZCompLoc(); }
|
||||
J3DTexMtx* getTexMtx(u32 idx) { return mTexGenBlock->getTexMtx(idx); }
|
||||
u16 getIndex() { return mIndex; }
|
||||
bool isDrawModeOpaTexEdge() { return (mMaterialMode & 3) == 0; }
|
||||
|
||||
@@ -233,7 +233,7 @@ struct J3DColorChanInfo {
|
||||
};
|
||||
|
||||
struct J3DZModeInfo {
|
||||
/* 0x0 */ u8 mCompareEnable __attribute__((aligned(4)));
|
||||
/* 0x0 */ u8 mCompareEnable;
|
||||
/* 0x1 */ u8 mFunc;
|
||||
/* 0x2 */ u8 mUpdateEnable;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user