]> git.tdb.fi Git - libs/gl.git/blobdiff - source/colorcurve.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / colorcurve.h
index d8697d837b26a689e78ef64be5a6e17d44c6c091..3f65b04916897c6d85bde7ec4f33fece160a3cd1 100644 (file)
@@ -49,7 +49,9 @@ private:
        ProgramData shdata;
        Texture1D curve;
        Texturing texturing;
-       const Mesh &quad;
+       RefPtr<Mesh> quad;
+       RefPtr<Sampler> linear_sampler;
+       RefPtr<Sampler> nearest_sampler;
 
 public:
        ColorCurve();