mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Merge branch 'simplify' of https://github.com/Luflosi/kitty
This commit is contained in:
@@ -7,5 +7,4 @@ out vec4 color;
|
||||
|
||||
void main() {
|
||||
color = texture(image, texcoord);
|
||||
color = vec4(color.rgb, color.a);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user