]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/sky.h
Refactor ShadowMap to support multiple lights
[libs/gl.git] / source / effects / sky.h
index 5f84c861689249bc0533d1772be61f2e401473b0..be31b3085625001c9603adb1c28f4232e64862da 100644 (file)
@@ -2,7 +2,6 @@
 #define MSP_GL_SKY_H_
 
 #include "effect.h"
-#include "framebuffer.h"
 #include "programdata.h"
 #include "rendertarget.h"
 
@@ -67,6 +66,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