]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexformat.h
Prefer sized internal formats when possible
[libs/gl.git] / source / vertexformat.h
index 95e9b2c5bc42fd299283201ffa6a8c725697fb57..4c343c99e60f2def0d13571213d71da5ddef132b 100644 (file)
@@ -18,6 +18,8 @@ enum VertexComponent
        COLOR4_UBYTE = 12,
        COLOR3_FLOAT = 14,
        COLOR4_FLOAT,
+       TANGENT3 = 18,
+       BINORMAL3 = 22,
        TEXCOORD1 = 32,
        TEXCOORD2,
        TEXCOORD3,
@@ -68,7 +70,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