mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 13:34:48 +02:00
12 lines
129 B
GLSL
12 lines
129 B
GLSL
#version 140
|
|
|
|
|
|
|
|
#line 0 7893003
|
|
in vec4 color_premul;
|
|
out vec4 output_premul;
|
|
|
|
void main() {
|
|
output_premul = color_premul;
|
|
}
|