]> git.tdb.fi Git - libs/gl.git/blobdiff - shaderlib/msp_interface.glsl
Naming tweaks in builtin shaders
[libs/gl.git] / shaderlib / msp_interface.glsl
index 6a8ee8d8f63713260ff05b98879b8e7f30644505..c90ab5aaac995aabe99f62f43b5a6112fef6746e 100644 (file)
@@ -50,14 +50,14 @@ uniform sampler2D shininess_map;
 uniform sampler2D emission_map;
 uniform sampler2D normal_map;
 
-uniform sampler2DShadow shadow;
+uniform sampler2DShadow shadow_map;
 uniform ShadowMap
 {
        float shadow_darkness;
        mat4 shd_eye_matrix;
 };
 
-uniform samplerCube environment;
+uniform samplerCube environment_map;
 uniform EnvMap
 {
        mat3 env_eye_matrix;