mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-03 11:12:30 +08:00
We want to convert premult sRGB in output framebuffer to sRGB non premult pixels. Fixes #9525
3 lines
82 B
GLSL
3 lines
82 B
GLSL
uniform vec4 src_rect, dest_rect;
|
|
#pragma kitty_include_shader <blit_common.glsl>
|