X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcolorcurve.h;h=3f65b04916897c6d85bde7ec4f33fece160a3cd1;hp=d8697d837b26a689e78ef64be5a6e17d44c6c091;hb=bec07999d95b76f4b47cffcc564d0cd0afc0435e;hpb=df20a7e137542a4156cc5ffa8118d59de6b68547 diff --git a/source/colorcurve.h b/source/colorcurve.h index d8697d83..3f65b049 100644 --- a/source/colorcurve.h +++ b/source/colorcurve.h @@ -49,7 +49,9 @@ private: ProgramData shdata; Texture1D curve; Texturing texturing; - const Mesh &quad; + RefPtr quad; + RefPtr linear_sampler; + RefPtr nearest_sampler; public: ColorCurve();