aboutsummaryrefslogtreecommitdiff
path: root/shaders/gl330/swirl.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/gl330/swirl.fs
parentbb49102a4b5ae7bf6a34b437b133e8c5e3557f8d (diff)
downloadraylib-fb6ef2c2f4fe22552908d339cda541453e43faec.tar.gz
raylib-fb6ef2c2f4fe22552908d339cda541453e43faec.zip
Vertex shaders optimization
Diffstat (limited to 'shaders/gl330/swirl.fs')
-rw-r--r--shaders/gl330/swirl.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/gl330/swirl.fs b/shaders/gl330/swirl.fs
index 18a47cec..e88b59c9 100644
--- a/shaders/gl330/swirl.fs
+++ b/shaders/gl330/swirl.fs
@@ -5,7 +5,7 @@ in vec2 fragTexCoord;
out vec4 fragColor;
uniform sampler2D texture0;
-uniform vec4 tintColor;
+uniform vec4 fragTintColor;
// NOTE: Add here your custom variables