Fix T78977 GPU: blf fonts are not gamma corrected

This commit is contained in:
Clément Foucault 2020-07-18 04:25:56 +02:00
parent 3884d78e49
commit 6247ec7827
Notes: blender-bot 2023-02-14 08:49:53 +01:00
Referenced by issue #78977, blf fonts are not gamma corrected
1 changed files with 1 additions and 0 deletions

View File

@ -136,4 +136,5 @@ void main()
}
fragColor.a *= color_flat.a;
fragColor = blender_srgb_to_framebuffer_space(fragColor);
}