]> git.tdb.fi Git - gldbg.git/blobdiff - flavors/gl/source/bufferstate.h
Replace per-file license notices with License.txt
[gldbg.git] / flavors / gl / source / bufferstate.h
index c3f504bf593ab5416bf95170a903424b69fbc5a7..bf0e1ec1050b9eb77bb396323537b8e3ef0eae3d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of gldbg
-Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the GPL
-*/
-
 #ifndef BUFFERSTATE_H_
 #define BUFFERSTATE_H_
 
@@ -24,6 +17,7 @@ struct BufferContent
                GLenum type;
                int offset;
 
+               Array();
                Array(const ArrayState &);
        };
 
@@ -33,6 +27,7 @@ struct BufferContent
 
        BufferContent();
        void update(const ArrayState &);
+       void update_elements(GLenum);
        std::string describe() const;
 };