summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class1/windlight/atmosphericsF.glsl
blob: 248c322011e79352fd8584b124f0b592c9ffcc7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/** 
 * @file atmosphericsF.glsl
 *
 * Copyright (c) 2005-$CurrentYear$, Linden Research, Inc.
 * $License$
 */

vec3 atmosLighting(vec3 light)
{
	/* stub function for fallback compatibility on class1 hardware */
	return light;
}