aboutsummaryrefslogtreecommitdiff
path: root/shaders/glsl100/posterization.fs
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/glsl100/posterization.fs')
-rw-r--r--shaders/glsl100/posterization.fs3
1 files changed, 3 insertions, 0 deletions
diff --git a/shaders/glsl100/posterization.fs b/shaders/glsl100/posterization.fs
index 4f4c4b93..801ca89c 100644
--- a/shaders/glsl100/posterization.fs
+++ b/shaders/glsl100/posterization.fs
@@ -2,8 +2,11 @@
precision mediump float;
+// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
+varying vec4 fragColor;
+// Input uniform values
uniform sampler2D texture0;
uniform vec4 fragTintColor;