mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
VideoCommon: Better logic op invert approximation
This commit is contained in:
parent
d380d43209
commit
600ad5f498
6 changed files with 139 additions and 33 deletions
|
@ -58,8 +58,9 @@ struct pixel_shader_uid_data
|
|||
DstBlendFactor blend_dst_factor_alpha : 3; // Only used with shader_framebuffer_fetch blend
|
||||
u32 blend_subtract : 1; // Only used with shader_framebuffer_fetch blend
|
||||
u32 blend_subtract_alpha : 1; // Only used with shader_framebuffer_fetch blend
|
||||
u32 emulate_logic_op_with_blend : 1; // Only used with logic op blend emulation
|
||||
u32 logic_op_enable : 1; // Only used with shader_framebuffer_fetch logic ops
|
||||
u32 logic_op_mode : 4; // Only used with shader_framebuffer_fetch logic ops
|
||||
u32 logic_op_mode : 4; // Only used with shader_framebuffer_fetch logic ops and blend emulation
|
||||
|
||||
u32 texMtxInfo_n_projection : 8; // 8x1 bit
|
||||
u32 tevindref_bi0 : 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue