]> git.tdb.fi Git - libs/gl.git/blobdiff - source/renderer.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / renderer.h
index d8ace373805e9b85f905033d01a449709af11cf9..866881c7b66aeebb8b913c43af4ee14b357c1885 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_RENDERER_H_
 #define MSP_GL_RENDERER_H_
 
@@ -53,6 +46,7 @@ private:
                const Material *material;
                const Program *shprog;
                std::vector<const ProgramData *> shdata;
+               const WindingTest *winding_test;
 
                State();
        };
@@ -76,7 +70,6 @@ private:
        const VertexArray *vertex_array;
        bool vertex_array_changed;
        const Buffer *element_buffer;
-       const WindingTest *winding_test;
 
 public:
        Renderer(const Camera *);