Vertex shaders optimization

This commit is contained in:
raysan5
2016-01-13 17:13:28 +01:00
parent bb49102a4b
commit fb6ef2c2f4
41 changed files with 86 additions and 92 deletions

View File

@ -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