aboutsummaryrefslogtreecommitdiffstats
path: root/resources/shaders/shared.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'resources/shaders/shared.glsl')
-rw-r--r--resources/shaders/shared.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/shaders/shared.glsl b/resources/shaders/shared.glsl
index d5202d62484..ffa16a1d770 100644
--- a/resources/shaders/shared.glsl
+++ b/resources/shaders/shared.glsl
@@ -25,7 +25,6 @@
#define varying in
// Uniform inputs
- uniform sampler2D sMask;
// Fragment shader outputs
out vec4 oFragColor;
@@ -35,6 +34,7 @@
// Shared shader uniforms
//======================================================================================
uniform sampler2D sDiffuse;
+uniform sampler2D sMask;
//======================================================================================
// Interpolator definitions