]> git.tdb.fi Git - libs/gl.git/blobdiff - source/builders/vertexarraybuilder.h
Make VertexFormat capable of storing type information
[libs/gl.git] / source / builders / vertexarraybuilder.h
index 575a47535e9a22ecc5bf5bad91e5343a836790d3..aa723540c5271b2ca3b0b5fbc2913ddca7b45ca2 100644 (file)
@@ -21,6 +21,9 @@ public:
 
 private:
        virtual void vertex_(const Vector4 &);
 
 private:
        virtual void vertex_(const Vector4 &);
+
+       template<typename T>
+       void store_attribute(char *, const Vector4 &, unsigned);
 };
 
 } // namespace GL
 };
 
 } // namespace GL