mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02: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>
|