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