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

@ -6,7 +6,7 @@ in vec3 fragNormal;
// Diffuse data
uniform sampler2D texture0;
uniform vec4 tintColor;
uniform vec4 fragTintColor;
// Light attributes
uniform vec3 light_ambientColor = vec3(0.6, 0.3, 0);