mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
[BotW] Bugfix for Clarity
This commit is contained in:
parent
24785ee0e7
commit
c152f7a8bb
@ -1061,6 +1061,7 @@ vec3 CurvesPass(vec3 inputColor) {
|
|||||||
x = ( x / (0.5 + abs(x)) ) + 0.5;
|
x = ( x / (0.5 + abs(x)) ) + 0.5;
|
||||||
vec3 color = x;
|
vec3 color = x;
|
||||||
colorInput.rgb = mix(colorInput.rgb, color, Contrast_blend);
|
colorInput.rgb = mix(colorInput.rgb, color, Contrast_blend);
|
||||||
|
return colorInput;
|
||||||
}
|
}
|
||||||
|
|
||||||
//TECHNICOLOR2
|
//TECHNICOLOR2
|
||||||
|
Loading…
Reference in New Issue
Block a user