mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
ShaderGen: Support writing integer colors when logic op is enabled
This is required for D3D to support logic op.
This commit is contained in:
@ -648,6 +648,8 @@ union BlendMode
|
||||
BitField<12, 4, LogicOp> logicmode;
|
||||
|
||||
u32 hex;
|
||||
|
||||
bool UseLogicOp() const;
|
||||
};
|
||||
|
||||
union FogParam0
|
||||
|
Reference in New Issue
Block a user