Fixed dark colors on Metal without frame blending
This commit is contained in:
parent
7de6194e28
commit
6b30de5fb1
@ -66,7 +66,7 @@ fragment float4 fragment_shader(rasterizer_data in [[stage_in]],
|
|||||||
switch (*frame_blending_mode) {
|
switch (*frame_blending_mode) {
|
||||||
default:
|
default:
|
||||||
case DISABLED:
|
case DISABLED:
|
||||||
return scale(image, in.texcoords, input_resolution, *output_resolution);
|
return pow(scale(image, in.texcoords, input_resolution, *output_resolution), 1 / GAMMA);
|
||||||
case SIMPLE:
|
case SIMPLE:
|
||||||
ratio = 0.5;
|
ratio = 0.5;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user