summaryrefslogtreecommitdiffhomepage
path: root/shaders
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-15 22:21:17 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-15 22:21:17 +0200
commitd5955d35b9fd32b31b4cd7b5b6f286e1b9c43494 (patch)
tree1f6893c7c7177088d6fd7166d78b87262ec201dc /shaders
parent1e8d16fe10917664f9520008f224f19692c3a668 (diff)
a
Diffstat (limited to 'shaders')
-rw-r--r--shaders/tile-shader.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/tile-shader.frag b/shaders/tile-shader.frag
index 13bc462c..5c070ebe 100644
--- a/shaders/tile-shader.frag
+++ b/shaders/tile-shader.frag
@@ -1,6 +1,6 @@
precision highp float;
-uniform sampler2DRect sampler;
+uniform sampler2D sampler;
layout (location = 2) uniform vec4 tint = vec4(1, 1, 1, 1);
noperspective in vec2 frag_texcoords;