summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class1/deferred/sunLightF.glsl
blob: d4d686bbb715b9be7e9445e29e22a1e5a413eaec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** 
 * @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);
}