diff --git a/Effects/water.eff b/Effects/water.eff
index 0d3b5d412..9fbde5cb6 100644
--- a/Effects/water.eff
+++ b/Effects/water.eff
@@ -45,6 +45,13 @@
repeat
normalized
+
+ Textures/Globe/ocean_depth_1.png
+ linear-mipmap-linear
+ repeat
+ repeat
+ normalized
+
Textures.high/Terrain/packice-overlay.png
linear-mipmap-linear
@@ -1020,6 +1027,10 @@
+
+ 1
+ noise
+
2
@@ -1110,6 +1121,24 @@
+
+ 7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shaders/water-gbuffer.vert
@@ -1130,6 +1159,11 @@
sampler-2d
0
+
+ Noise
+ sampler-3d
+ 1
+
water_normalmap
sampler-2d
@@ -1155,6 +1189,11 @@
sampler-2d
6
+
+ topo_map
+ sampler-2d
+ 7
+
normalmap_dds
@@ -1789,6 +1828,10 @@
+
+ 1
+ noise
+
2
@@ -1879,6 +1922,24 @@
+
+ 7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shaders/water.vert
@@ -1890,6 +1951,11 @@
sampler-2d
0
+
+ Noise
+ sampler-3d
+ 1
+
water_normalmap
sampler-2d
@@ -1915,6 +1981,11 @@
sampler-2d
6
+
+ topo_map
+ sampler-2d
+ 7
+
normalmap_dds
@@ -1966,6 +2037,20 @@
+
Status
int