X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fpipeline.h;h=dd80ef3bb1563d475e1ab9d606444187047b4b6d;hp=d2ce6ab88adc0cd8993e9ad1e68402fb1a001723;hb=bec07999d95b76f4b47cffcc564d0cd0afc0435e;hpb=a1c39449fccf03ec08787bf51d62bf3b4cb60f69 diff --git a/source/pipeline.h b/source/pipeline.h index d2ce6ab8..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 &);