mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 21:37:01 +00:00
@@ -107,8 +107,7 @@ public:
|
||||
GXChannelID color);
|
||||
static void SetBlendMode(GXBlendMode mode, GXBlendFactor srcFac, GXBlendFactor dstFac,
|
||||
GXLogicOp op);
|
||||
// TODO: GXBool doesn't work, why?
|
||||
static void SetZMode(uint compareEnable, GXCompare func, uint updateEnable);
|
||||
static void SetZMode(GXBool compareEnable, GXCompare func, GXBool updateEnable);
|
||||
static void SetAlphaCompare(GXCompare comp0, uchar ref0, GXAlphaOp op, GXCompare comp1,
|
||||
uchar ref1);
|
||||
static void SetTevIndirect(GXTevStageID stageId, GXIndTexStageID indStage, GXIndTexFormat fmt,
|
||||
|
||||
Reference in New Issue
Block a user