X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbloom.h;h=6b10195b873e684d6af7634b85d8dd31a9f05879;hb=bc1675de82ea5c4a07bea4c5afa9c59c497464d2;hp=ddf46fe96ea1f3b881936ddb7bc80c16c6e0b423;hpb=47bfbdc8cf844aa079995fca34a3b906b49a4f66;p=libs%2Fgl.git diff --git a/source/bloom.h b/source/bloom.h index ddf46fe9..6b10195b 100644 --- a/source/bloom.h +++ b/source/bloom.h @@ -48,6 +48,8 @@ private: Program combine_shader; Texturing combine_texturing; RefPtr quad; + RefPtr nearest_sampler; + RefPtr linear_sampler; public: Bloom(unsigned, unsigned);