mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
7 lines
82 B
GLSL
7 lines
82 B
GLSL
uniform vec4 tint_color;
|
|
out vec4 color;
|
|
|
|
void main() {
|
|
color = tint_color;
|
|
}
|