aboutsummaryrefslogtreecommitdiff
path: root/shaders/gles100/cross_hatching.fs
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-01-13 17:13:28 +0100
committerraysan5 <raysan5@gmail.com>2016-01-13 17:13:28 +0100
commitfb6ef2c2f4fe22552908d339cda541453e43faec (patch)
tree53d86522f6f1a5256e097a2e7bc82ce3e0101526 /shaders/gles100/cross_hatching.fs
parentbb49102a4b5ae7bf6a34b437b133e8c5e3557f8d (diff)
downloadraylib-fb6ef2c2f4fe22552908d339cda541453e43faec.tar.gz
raylib-fb6ef2c2f4fe22552908d339cda541453e43faec.zip
Vertex shaders optimization
Diffstat (limited to 'shaders/gles100/cross_hatching.fs')
-rw-r--r--shaders/gles100/cross_hatching.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/gles100/cross_hatching.fs b/shaders/gles100/cross_hatching.fs
index c308acb6..cf01b65e 100644
--- a/shaders/gles100/cross_hatching.fs
+++ b/shaders/gles100/cross_hatching.fs
@@ -5,7 +5,7 @@ precision mediump float;
varying vec2 fragTexCoord;
uniform sampler2D texture0;
-uniform vec4 tintColor;
+uniform vec4 fragTintColor;
// NOTE: Add here your custom variables