X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Fbloom.h;fp=source%2Feffects%2Fbloom.h;h=f2d9db7f01a99363da50219728a2d239b91fee76;hb=6f39983060a27634c012f66c82fea0d09fea9774;hp=27584886824ae3dc7ed8a255eee9c9fa0cf625ca;hpb=3af09f06e9f69532e5adfe6bcd9a7b2d1aea6d5b;p=libs%2Fgl.git diff --git a/source/effects/bloom.h b/source/effects/bloom.h index 27584886..f2d9db7f 100644 --- a/source/effects/bloom.h +++ b/source/effects/bloom.h @@ -5,7 +5,6 @@ #include "mesh.h" #include "postprocessor.h" #include "texture2d.h" -#include "texturing.h" #include "program.h" #include "programdata.h" #include "rendertarget.h" @@ -49,7 +48,6 @@ private: const Mesh &quad; const Sampler &nearest_sampler; const Sampler &linear_sampler; - Texturing combine_texturing; public: Bloom(Resources &, unsigned, unsigned);