2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 14:19:12 +00:00

CCubeRenderer: Start getting world rendering implemented

This commit is contained in:
2022-03-05 20:50:54 -08:00
parent 6c3e74b93e
commit 2bdfe96134
8 changed files with 163 additions and 32 deletions

View File

@@ -476,7 +476,8 @@ enum TevStageID {
TEVSTAGE13,
TEVSTAGE14,
TEVSTAGE15,
MAX_TEVSTAGE
MAX_TEVSTAGE,
NULL_STAGE = -1,
};
enum IndTexFormat {