summaryrefslogtreecommitdiffhomepage
path: root/shaders
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-06 08:10:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-06 08:10:44 +0200
commitffe92653a7ec4138aa39d38fe8c68d0f0682f062 (patch)
tree6e926620a7bed5f68daa65b00e5d70977b94ecda /shaders
parent66ee29df9c19e35b4c126e12e48bc144fe72eb22 (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 beddd43d..84bcac45 100644
--- a/shaders/tile-shader.frag
+++ b/shaders/tile-shader.frag
@@ -1,6 +1,6 @@
precision highp float;
-uniform sampler2D sampler;
+uniform sampler2DRect sampler;
noperspective in vec2 frag_texcoords;
out vec4 color;