Files
SingularityViewer/indra/newview/app_settings/shaders/class1/deferred/sunLightF.glsl
2011-08-09 01:11:05 -05:00

18 lines
261 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);
}