mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-15 12:38:56 -04:00
Decompile tex0f173f78
This commit is contained in:
@@ -23,7 +23,7 @@ void texSelect(Gfx **gdl, struct textureconfig *tconfig, u32 arg2, s32 arg3, u32
|
||||
|
||||
void tex0f173a08(void);
|
||||
bool texSetLutMode(u32 value);
|
||||
bool tex0f173a70(s32 index, s32 arg1, s32 arg2, s32 arg3, s32 arg4, s32 arg5, s32 arg6, s32 arg7, s32 arg8, s32 arg9, s32 arg10);
|
||||
bool tex0f173a70(s32 index, s32 arg1, s32 arg2, s32 arg3, s32 arg4, s32 arg5, s32 arg6, s32 arg7, s32 arg8, s32 shifts, s32 shiftt);
|
||||
bool tex0f173b8c(s32 index, s32 uls, s32 ult, s32 lrs, s32 lrt);
|
||||
s32 texGetWidthAtLod(struct texloadthing *arg0, s32 lod);
|
||||
s32 texGetHeightAtLod(struct texloadthing *arg0, s32 lod);
|
||||
@@ -32,7 +32,7 @@ s32 texGetSizeInBytes(struct texloadthing *arg0, s32 lod);
|
||||
void tex0f173e50(struct texloadthing *arg0, s32 *arg1, s32 *arg2);
|
||||
s32 tex0f173f18(s32 arg0);
|
||||
s32 tex0f173f48(s32 arg0);
|
||||
Gfx *tex0f173f78(Gfx *gdl, struct texloadthing *arg1, s32 arg2, s32 arg3, s32 arg4, s32 arg5);
|
||||
Gfx *tex0f173f78(Gfx *gdl, struct texloadthing *arg1, s32 arg2, s32 shifts, s32 shiftt, s32 arg5);
|
||||
Gfx *tex0f1742e4(Gfx *arg0, Gfx *arg1, struct texloadthing *arg2, bool arg3);
|
||||
Gfx *tex0f1743a0(Gfx *gdl, struct texloadthing *arg1, s32 arg2);
|
||||
Gfx *tex0f1747a4(Gfx *gdl, struct texloadthing *arg1, s32 arg2, s32 arg3, s32 arg4, s32 arg5, s32 arg6, u32 size);
|
||||
|
||||
+4
-1
@@ -5093,7 +5093,10 @@ struct texture {
|
||||
u32 soundsurfacetype : 4;
|
||||
u32 surfacetype : 4;
|
||||
u32 dataoffset : 24;
|
||||
u32 unk04;
|
||||
u32 unk04_00 : 4;
|
||||
u32 unk04_04 : 4;
|
||||
u32 unk04_08 : 4;
|
||||
u32 unk04_0c : 4;
|
||||
};
|
||||
|
||||
struct var800aabb4 {
|
||||
|
||||
Reference in New Issue
Block a user