phoenix-firestorm/indra/newview/app_settings/shaders/class1/objects/simpleWaterF.glsl

16 lines
188 B
GLSL

/**
* @file simpleWaterF.glsl
*
* $LicenseInfo:firstyear=2007&license=viewerlgpl$
* $/LicenseInfo$
*/
void default_lighting_water();
void main()
{
default_lighting_water();
}