X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fambientocclusion.h;h=2497d5b7fb4f2d2d150144a67062cdee72a558b0;hp=25fab5c9f23952df4ce0516d77ac2a6993e3b0ab;hb=6f39983060a27634c012f66c82fea0d09fea9774;hpb=3af09f06e9f69532e5adfe6bcd9a7b2d1aea6d5b diff --git a/source/effects/ambientocclusion.h b/source/effects/ambientocclusion.h index 25fab5c9..2497d5b7 100644 --- a/source/effects/ambientocclusion.h +++ b/source/effects/ambientocclusion.h @@ -8,7 +8,6 @@ #include "programdata.h" #include "rendertarget.h" #include "texture2d.h" -#include "texturing.h" namespace Msp { namespace GL { @@ -42,7 +41,6 @@ public: private: Texture2D rotate_lookup; RenderTarget occlude_target; - Texturing texturing; const Program &occlude_shader; const Program &combine_shader; mutable ProgramData shdata;