]> git.tdb.fi Git - libs/gl.git/blobdiff - source/instancescene.h
Remove dynamic allocation from VertexFormat
[libs/gl.git] / source / instancescene.h
index 18229d72cc59b59a43408c6bd2e6dd9de1decdb3..ecbd63df8d1413cfa1e8669672624f92000fd320 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_INSTANCESCENE_H_
 #define MSP_GL_INSTANCESCENE_H_
 
@@ -32,6 +25,9 @@ public:
        virtual void add(const Renderable &);
        virtual void remove(const Renderable &);
 
+       virtual void setup_frame() const;
+       virtual void finish_frame() const;
+
        using Scene::render;
        virtual void render(Renderer &, const Tag &tag = Tag()) const;
 };