summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class1/windlight/atmosphericsF.glsl
blob: 3d05850ab3d0e3da1b5e99c3f5489cad3adcbf92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** 
 * @file atmosphericsF.glsl
 *
 * $LicenseInfo:firstyear=2005&license=viewerlgpl$
 * $/LicenseInfo$
 */
 


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