X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpipeline.h;h=dd80ef3bb1563d475e1ab9d606444187047b4b6d;hb=68488043ee491d117477a458f876e0d3f78e146e;hp=e8ffaf5ee46f3bcc3500143769e9c4ab2744ab42;hpb=39488946c441f4007396e438f522609a8b2943ce;p=libs%2Fgl.git diff --git a/source/pipeline.h b/source/pipeline.h index e8ffaf5e..dd80ef3b 100644 --- a/source/pipeline.h +++ b/source/pipeline.h @@ -109,13 +109,6 @@ public: bool get_hdr() const { return hdr; } unsigned get_multisample() const { return samples; } - // Deprecated - void set_camera(const Camera *); - Pass &add_pass(const Tag &tag); - void add_renderable(Renderable &); - void add_renderable_for_pass(Renderable &, const Tag &); - void remove_renderable(Renderable &); - /** Adds a pass to the pipeline. It's permissible to add the same Renderable multiple times. */ Pass &add_pass(const Tag &, Renderable &); @@ -135,7 +128,6 @@ public: virtual void setup_frame(Renderer &); virtual void finish_frame(); - void render(); virtual void render(Renderer &, const Tag &tag = Tag()) const; private: