]> git.tdb.fi Git - libs/gl.git/blobdiff - source/builders/vertexarraybuilder.h
Add support for integer vertex attributes
[libs/gl.git] / source / builders / vertexarraybuilder.h
index aa723540c5271b2ca3b0b5fbc2913ddca7b45ca2..523359609a2153614c07e68497f8fca47e29cacb 100644 (file)
@@ -23,7 +23,7 @@ private:
        virtual void vertex_(const Vector4 &);
 
        template<typename T>
-       void store_attribute(char *, const Vector4 &, unsigned);
+       void store_attribute(char *, const Vector4 &, bool, unsigned);
 };
 
 } // namespace GL