Imported existing code
This commit is contained in:
13
indra/newview/app_settings/shaders/class1/objects/simpleWaterF.glsl
Executable file
13
indra/newview/app_settings/shaders/class1/objects/simpleWaterF.glsl
Executable file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @file simpleWaterF.glsl
|
||||
*
|
||||
* Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
|
||||
* $License$
|
||||
*/
|
||||
|
||||
void default_lighting_water();
|
||||
|
||||
void main()
|
||||
{
|
||||
default_lighting_water();
|
||||
}
|
||||
Reference in New Issue
Block a user