PixelShaderGen: Add support for dithering.

This commit is contained in:
Jules Blok
2016-09-08 01:34:18 +02:00
parent b958457e51
commit 9bc466a443
2 changed files with 9 additions and 1 deletions

View File

@ -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;