]> git.tdb.fi Git - libs/gl.git/blobdiff - shaderlib/common.glsl
Remove a redundant declaration of shadow_coord
[libs/gl.git] / shaderlib / common.glsl
index 5c10d06fbcac31a5fd9c06f5e37293ea406c2203..bac82fc131150bf0895db30d975c71cb398ae56d 100644 (file)
@@ -44,7 +44,6 @@ void standard_transform()
        out vec3 tbn_halfway_dir = eye_halfway_dir*eye_tbn_matrix;
 
        out vec3 tbn_zenith_dir = eye_zenith_dir*eye_tbn_matrix;
-       out vec3 shadow_coord = (shd_eye_matrix*eye_vertex).xyz;
        out float fog_coord = eye_vertex.z;
 
        for(int i=0; i<max_clip_planes; ++i)