]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexformat.h
Load VertexFormat for Mesh as an array of VertexComponents
[libs/gl.git] / source / vertexformat.h
index 95e9b2c5bc42fd299283201ffa6a8c725697fb57..9be98160b0bb0d23ef62358d150aa6e670d254d2 100644 (file)
@@ -68,7 +68,6 @@ inline unsigned get_stride(const VertexFormat &f)
 { return f.stride(); }
 
 void operator>>(const LexicalConverter &, VertexComponent &);
-void operator>>(const LexicalConverter &, VertexFormat &);
 
 } // namespace GL
 } // namespace Msp