1
Fork 0

MariENB DUST 2.6.1

This commit is contained in:
Marisa the Magician 2019-04-07 17:37:38 +02:00
commit 2ae7a0acdc
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.6.0nv "Wendigo"
2.6.1nv "Wendigo"

View file

@ -380,8 +380,8 @@ float4 PS_Mari( VS_OUTPUT_POST IN, float2 vPos : VPOS ) : COLOR
if ( gradeenable2 ) res.rgb = GradingColorize(res.rgb);
if ( gradeenable3 ) res.rgb = GradingHSV(res.rgb);
}
if ( lutenable ) res.rgb = GradingLUT(res.rgb);
if ( techenable ) res.rgb = Technicolor(res.rgb);
if ( lutenable ) res.rgb = GradingLUT(res.rgb);
if ( !nbt && ne ) res.rgb = FilmGrain(res.rgb,coord);
res.rgb = _r5.rgb*_r5.a + res.rgb*(1.0-_r5.a);
if ( dodither ) res.rgb = Dither(res.rgb,coord);