summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class1/deferred/sunLightMSF.glsl
blob: f20886565a196be01bbc88e5b2fedbbc4eb42a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** 
 * @file sunLightF.glsl
 *
 * $LicenseInfo:firstyear=2007&license=viewerlgpl$
 * $/LicenseInfo$
 */
 


//class 1, no shadow, no SSAO, should never be called

#extension GL_ARB_texture_rectangle : enable

void main() 
{
	gl_FragColor = vec4(0,0,0,0);
}