mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-12 03:29:10 +02:00
Fix #140
This commit is contained in:
@@ -6,5 +6,5 @@ in vec2 texcoord;
|
||||
out vec4 color;
|
||||
|
||||
void main() {
|
||||
color = texture2D(image, texcoord);
|
||||
color = texture(image, texcoord);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user