]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pipeline.h
Use bezier splines in Animation
[libs/gl.git] / source / pipeline.h
index 9ac03efbb9989d4b2d462d689346f348ab299615..0d38aaec40181ca402b896c1bf5a4530cb266fb7 100644 (file)
@@ -87,6 +87,7 @@ private:
 public:
        Pipeline(unsigned, unsigned, bool = false);
        Pipeline(const View &);
+       Pipeline(const Framebuffer &);
 private:
        void init(unsigned, unsigned);
 public: