X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Fbloom.h;h=f2d9db7f01a99363da50219728a2d239b91fee76;hb=91e65bc9e24a6889995081035f6f6f0a78a6c20e;hp=27584886824ae3dc7ed8a255eee9c9fa0cf625ca;hpb=9a63244c1342337915c4610401a24c09fa72cc3d;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);