summaryrefslogtreecommitdiff
path: root/src/texturepixmapshaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/texturepixmapshaders.h')
-rw-r--r--src/texturepixmapshaders.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/texturepixmapshaders.h b/src/texturepixmapshaders.h
index 9c52a7c..9b4a648 100644
--- a/src/texturepixmapshaders.h
+++ b/src/texturepixmapshaders.h
@@ -57,10 +57,10 @@ static const char *AlphaTestFragShaderSource = "\
static const char *blurshader = "\
varying lowp vec2 fragTexCoord;\
uniform sampler2D texture0;\
-uniform float blurstep;\
+uniform mediump float blurstep;\
void main(void)\
{\
-vec4 sample0,\
+mediump vec4 sample0,\
sample1,\
sample2,\
sample3;\