mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 18:37:50 +00:00
...
This commit is contained in:
parent
555409ea73
commit
f2e8877032
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#version 330
|
||||
#version GLSL_VERSION
|
||||
|
||||
uniform sampler2D image;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#version 330
|
||||
#version GLSL_VERSION
|
||||
|
||||
layout(location=3) in vec4 src;
|
||||
out vec2 texcoord;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue