]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/sky.h
Add debug name capability to more classes
[libs/gl.git] / source / effects / sky.h
index 5f84c861689249bc0533d1772be61f2e401473b0..74580d7502a165fb1b8e1d48f8206c600ab7397d 100644 (file)
@@ -67,6 +67,8 @@ public:
        virtual void setup_frame(Renderer &);
        virtual void finish_frame();
        virtual void render(Renderer &, Tag = Tag()) const;
+
+       virtual void set_debug_name(const std::string &);
 };
 
 } // namespace GL