Even more DolphinCGraphics

Former-commit-id: dd8dd94f36
This commit is contained in:
2022-12-01 00:58:57 -05:00
parent 95ea39c9cc
commit 6b27aee58d
26 changed files with 413 additions and 65 deletions

View File

@@ -107,7 +107,8 @@ public:
GXChannelID color);
static void SetBlendMode(GXBlendMode mode, GXBlendFactor srcFac, GXBlendFactor dstFac,
GXLogicOp op);
static void SetZMode(bool compareEnable, GXCompare func, bool updateEnable);
// TODO: GXBool doesn't work, why?
static void SetZMode(uint compareEnable, GXCompare func, uint updateEnable);
static void SetAlphaCompare(GXCompare comp0, uchar ref0, GXAlphaOp op, GXCompare comp1,
uchar ref1);
static void SetTevIndirect(GXTevStageID stageId, GXIndTexStageID indStage, GXIndTexFormat fmt,