mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
PixelShaderGen: Add logic ops to pixel_shader_uid_data
This commit is contained in:
parent
04ec02c06b
commit
c12b9b013b
3 changed files with 6 additions and 1 deletions
|
@ -331,6 +331,9 @@ PixelShaderUid GetPixelShaderUid()
|
|||
uid_data->blend_subtract_alpha = state.subtractAlpha;
|
||||
}
|
||||
|
||||
uid_data->logic_op_enable = state.logicopenable;
|
||||
uid_data->logic_op_mode = u32(state.logicmode.Value());
|
||||
|
||||
return out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue