X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Fpostprocessor.h;h=06e03c3f7bee415d5df42a313763d7a15ac4c880;hb=6353307898cd397e2bcde13e2448a8a678a60004;hp=aabace6c94159aa120a6e59e4352ce18f5f4f9cc;hpb=fe2fc291a4fc618425c64112c9ffd3519f0b8a3e;p=libs%2Fgl.git diff --git a/source/effects/postprocessor.h b/source/effects/postprocessor.h index aabace6c..06e03c3f 100644 --- a/source/effects/postprocessor.h +++ b/source/effects/postprocessor.h @@ -42,9 +42,9 @@ public: virtual ~PostProcessor() { } /// Renders the effect. - virtual void render(const Texture2D &, const Texture2D &) { } + virtual void render(Renderer &, const Texture2D &, const Texture2D &) = 0; - virtual void render(Renderer &, const Texture2D &, const Texture2D &); + virtual void set_debug_name(const std::string &) = 0; }; } // namespace GL