X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frender%2Fsequence.h;h=e1ad77bde8baf8f6b23aff926da02f2c8e1dffd4;hp=00211b006ef4f119c13f292a4b4c885f71dfb10c;hb=d4e380914f02800b7d915a8748ac9ccd7029bc3b;hpb=74c995a4ce89d52100f2e9967f61a719a8affe67 diff --git a/source/render/sequence.h b/source/render/sequence.h index 00211b00..e1ad77bd 100644 --- a/source/render/sequence.h +++ b/source/render/sequence.h @@ -19,7 +19,6 @@ class Camera; class Clipping; class Lighting; class PostProcessor; -class View; /** Top-level content class. Typically a Sequence is used as the content @@ -85,18 +84,13 @@ private: RenderTarget *target_ms; public: - Sequence(unsigned, unsigned, const FrameFormat & = FrameFormat()); - Sequence(const View &, const FrameFormat & = FrameFormat()); - Sequence(const Framebuffer &, const FrameFormat & = FrameFormat()); -private: - void init(unsigned, unsigned, const FrameFormat &); -public: + Sequence(); + Sequence(unsigned, unsigned, const FrameFormat &); ~Sequence(); - const FrameFormat &get_target_format() { return target_format; } - unsigned get_width() const { return width; } unsigned get_height() const { return height; } + const FrameFormat &get_target_format() { return target_format; } /** Adds a step to the sequence. It's permissible to add the same Renderable multiple times. */