14 lines
183 B
GLSL
Executable File
14 lines
183 B
GLSL
Executable File
/**
|
|
* @file shinyWaterF.glsl
|
|
*
|
|
* Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
|
|
* $License$
|
|
*/
|
|
|
|
void shiny_lighting_water();
|
|
|
|
void main()
|
|
{
|
|
shiny_lighting_water();
|
|
}
|