X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fvertexarray.cpp;h=796bef8053c15a346273bd03beaa8c80abe73d74;hp=a13d79cc6b0abd3e0c42362b24dc56fc14e05d27;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=d493917dbc215cd6ba3f8773a52a289d9f14380d diff --git a/source/core/vertexarray.cpp b/source/core/vertexarray.cpp index a13d79cc..796bef80 100644 --- a/source/core/vertexarray.cpp +++ b/source/core/vertexarray.cpp @@ -1,9 +1,4 @@ -#include -#include -#include "buffer.h" #include "error.h" -#include "gl.h" -#include "mesh.h" #include "vertexarray.h" using namespace std; @@ -11,10 +6,6 @@ using namespace std; namespace Msp { namespace GL { -VertexArray::VertexArray(): - stride(0) -{ } - VertexArray::VertexArray(const VertexFormat &f) { set_format(f);