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