Files
SingularityViewer/indra/newview/app_settings/shaders/class1/windlight/atmosphericsF.glsl

16 lines
246 B
GLSL

/**
* @file atmosphericsF.glsl
*
* Copyright (c) 2005-$CurrentYear$, Linden Research, Inc.
* $License$
*/
#version 120
vec3 atmosLighting(vec3 light)
{
/* stub function for fallback compatibility on class1 hardware */
return light;
}