]> git.tdb.fi Git - libs/gl.git/blobdiff - source/mesh.h
Load VertexFormat for Mesh as an array of VertexComponents
[libs/gl.git] / source / mesh.h
index 698ae60e53686dacf2210a5ac9d068a301a7a12e..83f2fb0734d3bf31b16e2756977bb53a78d21214 100644 (file)
@@ -27,7 +27,7 @@ public:
        public:
                Loader(Mesh &);
        private:
-               void vertices(VertexFormat);
+               void vertices(const std::vector<VertexComponent> &);
                void batch(PrimitiveType);
                void winding(FaceWinding);
        };