]> git.tdb.fi Git - libs/gl.git/blobdiff - source/bloom.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / bloom.h
index ddf46fe96ea1f3b881936ddb7bc80c16c6e0b423..6b10195b873e684d6af7634b85d8dd31a9f05879 100644 (file)
@@ -48,6 +48,8 @@ private:
        Program combine_shader;
        Texturing combine_texturing;
        RefPtr<Mesh> quad;
+       RefPtr<Sampler> nearest_sampler;
+       RefPtr<Sampler> linear_sampler;
 
 public:
        Bloom(unsigned, unsigned);