]> git.tdb.fi Git - libs/gl.git/blobdiff - shaderlib/singlepass.glsl
Naming tweaks in builtin shaders
[libs/gl.git] / shaderlib / singlepass.glsl
index 2de3f6121c71255f4e4bb04a496951cc454bffe3..eef6a5322aabed050dbfa6272a2337d7fd09bfd1 100644 (file)
@@ -72,7 +72,7 @@ vec3 get_normal_sample()
 
 vec4 get_environment_sample(vec3 direction)
 {
-       return texture(environment, direction);
+       return texture(environment_map, direction);
 }
 
 vec3 normal;