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

void default_lighting();

void main() 
{
	default_lighting();
}