X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcolorcurve.h;h=3f65b04916897c6d85bde7ec4f33fece160a3cd1;hp=87d43353c80c1dcbadcc329c30992e82c16ce835;hb=bec07999d95b76f4b47cffcc564d0cd0afc0435e;hpb=47bfbdc8cf844aa079995fca34a3b906b49a4f66 diff --git a/source/colorcurve.h b/source/colorcurve.h index 87d43353..3f65b049 100644 --- a/source/colorcurve.h +++ b/source/colorcurve.h @@ -50,6 +50,8 @@ private: Texture1D curve; Texturing texturing; RefPtr quad; + RefPtr linear_sampler; + RefPtr nearest_sampler; public: ColorCurve();