X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=demos%2Fforestpond%2Fsource%2Fwater.h;fp=demos%2Fforestpond%2Fsource%2Fwater.h;h=3ef5862adabbdd45373145850796d21fd62ec435;hp=88bf93590da6579189075553be1ff41bd384c6cb;hb=1da53713b7fc7a69e37263e194686a805db56fcb;hpb=7efe2d35f5d53c0f086a1b85b7d3dea6a6c709ab diff --git a/demos/forestpond/source/water.h b/demos/forestpond/source/water.h index 88bf9359..3ef5862a 100644 --- a/demos/forestpond/source/water.h +++ b/demos/forestpond/source/water.h @@ -22,7 +22,6 @@ private: { Msp::GL::Texture2D surface; Msp::GL::Texture2D velocity; - Msp::GL::Texture2D clamping; }; unsigned width; @@ -40,7 +39,6 @@ private: const Msp::GL::Sampler &sampler; const Msp::GL::Program &sim_integrate; const Msp::GL::Program &sim_velocity; - const Msp::GL::Program &sim_clamp; const Msp::GL::Program &normals_shader; const Msp::GL::Program &variance_x_shader; const Msp::GL::Program &variance_y_shader;