]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexarraybuilder.h
Restore old buffer binding when setting data
[libs/gl.git] / source / vertexarraybuilder.h
index 3b1f821645e21b9c235680e677e10be017e6f73b..04cd5a27e7aeafb059b49717f9c43e1f60c3ee06 100644 (file)
@@ -25,10 +25,9 @@ private:
        VertexArrayBuilder(const VertexArrayBuilder &);
 public:
        VertexArrayBuilder(VertexArray &);
-       ~VertexArrayBuilder();
 
 private:
-       virtual void vertex_(float, float, float, float);
+       virtual void vertex_(const Vector4 &);
 };
 
 } // namespace GL