mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
PixelShaderGen: Add support for dithering.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user