]> git.tdb.fi Git - libs/gl.git/blobdiff - source/renderer.h
Remove the specialized setters from UniformBlock
[libs/gl.git] / source / renderer.h
index ef17b3e62043ad847969f4b7e6102854e52fc55c..501d1db3159667c42f92f3ecdfe2e85cb28fc1c4 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_
 
@@ -77,6 +70,7 @@ private:
        const VertexArray *vertex_array;
        bool vertex_array_changed;
        const Buffer *element_buffer;
+       bool shdata_changed;
 
 public:
        Renderer(const Camera *);