mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-07 10:05:47 +00: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:
parent
3dd675e613
commit
0622979d3b
6 changed files with 68 additions and 19 deletions
|
@ -648,6 +648,8 @@ union BlendMode
|
|||
BitField<12, 4, LogicOp> logicmode;
|
||||
|
||||
u32 hex;
|
||||
|
||||
bool UseLogicOp() const;
|
||||
};
|
||||
|
||||
union FogParam0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue