summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2022-04-23 15:46:00 -0700
committerJasper St. Pierre <jstpierre@mecheye.net>2022-04-23 15:46:00 -0700
commitd97594ac229c7073d9cf4df1a99f0e9998b8c323 (patch)
tree929bce63e695502349021dc13623f0f876c86a4f /include/JSystem/J3DGraphBase
parent5e47481d7ffb5f78073dbc06c7bafa20b97d492a (diff)
J3DSys: j3dDefaultTexCoordInfo table
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DTexture.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DTexture.h b/include/JSystem/J3DGraphBase/J3DTexture.h
index f62d2e2d9f..923bf225ed 100644
--- a/include/JSystem/J3DGraphBase/J3DTexture.h
+++ b/include/JSystem/J3DGraphBase/J3DTexture.h
@@ -67,4 +67,11 @@ struct J3DTexCoord : public J3DTexCoordInfo {
/* 0x4 */ u16 mTexMtxReg;
}; // Size: 0x6
+struct J3DDefaultTexCoordInfo {
+ /* 0x0 */ u8 mTexGenType;
+ /* 0x1 */ u8 mTexGenSrc;
+ /* 0x2 */ u8 mTexGenMtx;
+ /* 0x3 */ u8 pad;
+};
+
#endif /* J3DTEXTURE_H */