diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-09-30 18:48:50 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-09-30 18:50:32 +0200 |
commit | 5c9863cf0998b5f1b6107ce09b54cd3e8b484221 (patch) | |
tree | 7ca268c80a0ec7ac0c1b815d984cf11309b96840 /shaders | |
parent | d3a29055d8b1dce89c77af0988ea840e949d2450 (diff) |
.
Diffstat (limited to 'shaders')
-rw-r--r-- | shaders/tile-shader.frag | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shaders/tile-shader.frag b/shaders/tile-shader.frag index 1cd1cf3d..f75a0478 100644 --- a/shaders/tile-shader.frag +++ b/shaders/tile-shader.frag @@ -1,7 +1,6 @@ precision highp float; layout(location = 2) uniform sampler2D textureData; -layout(location = 1) uniform float y_scale; in vec2 interpolatedTextureCoordinates; |