Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/SB/Core/gc/iParMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
struct tagiRenderArrays
{
// total size: 0x5280
public:
U16 m_index[960]; // offset 0x0, size 0x780
RxObjSpace3DVertex m_vertex[480]; // offset 0x780, size 0x4380
F32 m_vertexTZ[480]; // offset 0x4B00, size 0x780
Expand All @@ -32,7 +31,8 @@ struct tagiRenderInput
xVec4 m_camViewU; // offset 0x70, size 0x10
};

extern tagiRenderInput gRenderBuffer;
extern tagiRenderArrays gRenderArr;
extern tagiRenderInput gRenderBuffer;

void iParMgrInit();
void iParMgrUpdate(F32 elapsedTime);
Expand Down
Loading