summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class1/objects/simpleF.glsl
blob: b4e4dcfbbf14fa7a59f49add2de3521a31a919ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/** 
 * @file simpleF.glsl
 *
 * $LicenseInfo:firstyear=2007&license=viewerlgpl$
 * $/LicenseInfo$
 */
 
void default_lighting();

void main() 
{
	default_lighting();
}