Files
SingularityViewer/indra/newview/app_settings/shaders/class1/windlight/atmosphericsF.glsl
2011-08-09 01:11:05 -05:00

16 lines
234 B
GLSL

/**
* @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;
}