X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvertexarraybuilder.h;h=575a47535e9a22ecc5bf5bad91e5343a836790d3;hb=HEAD;hp=04cd5a27e7aeafb059b49717f9c43e1f60c3ee06;hpb=85c82f93f4874bcf0b04332c9abb62cd2a5b181b;p=libs%2Fgl.git diff --git a/source/vertexarraybuilder.h b/source/vertexarraybuilder.h deleted file mode 100644 index 04cd5a27..00000000 --- a/source/vertexarraybuilder.h +++ /dev/null @@ -1,36 +0,0 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#ifndef MSP_GL_VERTEXARRAYBUIDER_H_ -#define MSP_GL_VERTEXARRAYBUIDER_H_ - -#include -#include "vertexbuilder.h" -#include "vertexformat.h" - -namespace Msp { -namespace GL { - -class VertexArray; - -class VertexArrayBuilder: public VertexBuilder -{ -private: - VertexArray &array; - - VertexArrayBuilder(const VertexArrayBuilder &); -public: - VertexArrayBuilder(VertexArray &); - -private: - virtual void vertex_(const Vector4 &); -}; - -} // namespace GL -} // namespace Msp - -#endif