Files
SingularityViewer/indra/newview/app_settings/shaders/class1/deferred/sunLightF.glsl
2011-05-12 00:13:38 -05:00

16 lines
258 B
GLSL

/**
* @file sunLightF.glsl
*
* Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
* $License$
*/
//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);
}