GXUtility has one weird issue

This commit is contained in:
robojumper
2025-03-28 20:22:57 +01:00
parent b6db4eb100
commit 2d95f92cfe
4 changed files with 91 additions and 4 deletions
+5 -2
View File
@@ -12,11 +12,14 @@ namespace EGG {
class GXUtility {
public:
static int getTexMtxID(int);
static void getTexObj(GXTexObj *, const EGG::ResTIMG &);
static void setScaleOffsetPerspective(f32*, f32, f32, f32, f32);
static void getTexObj(GXTexObj *, const ResTIMG &);
static void getTexObj(GXTexObj *, nw4r::g3d::ResTex, GXTexWrapMode, GXTexWrapMode, GXTexFilter, GXTexFilter);
static void getNormalColor(GXColor &outColor, const Vector3f &vec);
static void setScaleOffsetPerspective(f32*, f32, f32, f32, f32);
private:
static const u8 s_texMtxIds[8];
};
} // namespace EGG