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

More aurora::gx refactoring

This commit is contained in:
2022-03-07 18:53:42 -05:00
parent 35674c27e5
commit 71342ed75e
23 changed files with 843 additions and 383 deletions

View File

@@ -8,6 +8,8 @@ void CTevPass::Execute(ERglTevStage stage) const {
aurora::gfx::disable_tev_stage(stage);
} else {
aurora::gfx::update_tev_stage(stage, x4_colorPass, x14_alphaPass, x24_colorOp, x38_alphaOp);
aurora::gfx::set_tev_order(static_cast<GX::TevStageID>(stage), GX::TEXCOORD_NULL, static_cast<GX::TexMapID>(stage),
GX::COLOR_NULL);
}
}