mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
...
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#version 330
|
#version GLSL_VERSION
|
||||||
|
|
||||||
uniform sampler2D image;
|
uniform sampler2D image;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#version 330
|
#version GLSL_VERSION
|
||||||
|
|
||||||
layout(location=3) in vec4 src;
|
layout(location=3) in vec4 src;
|
||||||
out vec2 texcoord;
|
out vec2 texcoord;
|
||||||
|
|||||||
Reference in New Issue
Block a user