mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
PixelShaderGen: Add support for dithering.
This commit is contained in:
parent
b958457e51
commit
9bc466a443
2 changed files with 9 additions and 1 deletions
|
@ -54,7 +54,8 @@ struct pixel_shader_uid_data
|
|||
u32 ssaa : 1;
|
||||
u32 numColorChans : 2;
|
||||
u32 rgba6_format : 1;
|
||||
u32 pad : 13;
|
||||
u32 dither : 1;
|
||||
u32 pad : 12;
|
||||
|
||||
u32 texMtxInfo_n_projection : 8; // 8x1 bit
|
||||
u32 tevindref_bi0 : 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue