blob: 4ec5ee43b416d95b8937d398c2c3abfbc4ced9dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/**
* @file simpleWaterF.glsl
*
* $LicenseInfo:firstyear=2007&license=viewerlgpl$
* $/LicenseInfo$
*/
void default_lighting_water();
void main()
{
default_lighting_water();
}
|