X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvertexformat.h;h=4c343c99e60f2def0d13571213d71da5ddef132b;hb=79c49c6b6155857ed0ebe85eb07a996788a6190b;hp=95e9b2c5bc42fd299283201ffa6a8c725697fb57;hpb=40c364b04084d11573a9ff9f7be6f1c4cc521f4b;p=libs%2Fgl.git diff --git a/source/vertexformat.h b/source/vertexformat.h index 95e9b2c5..4c343c99 100644 --- a/source/vertexformat.h +++ b/source/vertexformat.h @@ -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