]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/postprocessor.h
Add debug name capability to more classes
[libs/gl.git] / source / effects / postprocessor.h
index aabace6c94159aa120a6e59e4352ce18f5f4f9cc..aba1b0e641ae2838a1e64d4a3d81ec834c55586d 100644 (file)
@@ -45,6 +45,8 @@ public:
        virtual void render(const Texture2D &, const Texture2D &) { }
 
        virtual void render(Renderer &, const Texture2D &, const Texture2D &);
+
+       virtual void set_debug_name(const std::string &) = 0;
 };
 
 } // namespace GL