diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-03 14:33:28 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-03 14:33:28 +0200 |
| commit | 40f989703b7ca63b9782de747a0b2d8d25e99f12 (patch) | |
| tree | 44dd50ab87c428ab282ac43788beef39c5e2a003 /shaders/tile-shader.vert | |
| parent | a21d15b01588c0cab6d27b4216a64ababc2eef09 (diff) | |
a
Diffstat (limited to 'shaders/tile-shader.vert')
| -rw-r--r-- | shaders/tile-shader.vert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/tile-shader.vert b/shaders/tile-shader.vert index 681a62a9..e9717f86 100644 --- a/shaders/tile-shader.vert +++ b/shaders/tile-shader.vert @@ -5,7 +5,7 @@ layout (location = 1) uniform vec2 offset; in vec4 position; in vec2 texcoords; -out vec2 frag_texcoords; +noperspective out vec2 frag_texcoords; void main() { frag_texcoords = texcoords; |
