MariENB DUST 2.6.1
This commit is contained in:
parent
81bce373a9
commit
2ae7a0acdc
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
2.6.0nv "Wendigo"
|
||||
2.6.1nv "Wendigo"
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Reference in a new issue