diff options
Diffstat (limited to 'shaders/glsl100/pixel.fs')
| -rw-r--r-- | shaders/glsl100/pixel.fs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shaders/glsl100/pixel.fs b/shaders/glsl100/pixel.fs index 552e8900..c532f219 100644 --- a/shaders/glsl100/pixel.fs +++ b/shaders/glsl100/pixel.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; |
