]> git.tdb.fi Git - libs/gl.git/blobdiff - shaderlib/msp_interface.glsl
Remove deprecated interfaces from material and lighting code
[libs/gl.git] / shaderlib / msp_interface.glsl
index 860b0c794d23a4b6edd0bd61859f8e2f1dfd82ae..6c229da0f32da92fc9bd76db74241a5542fba478 100644 (file)
@@ -24,9 +24,6 @@ uniform Lighting
        // Declared as an array for compatibility reasons
        LightSourceParameters light_sources[1];
        vec4 ambient_color;
-       vec4 sky_color;
-       vec3 world_zenith_dir;
-       float horizon_limit;
        vec4 fog_color;
        float fog_density;
 };