]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/vertexformat.h
Change the vertex group attribute to be an integer vector
[libs/gl.git] / source / core / vertexformat.h
index 132d0b95a88a0b36411b70a55ade9a48c5c19c15..68c3e4c9a38828f42cba32729dae126ee3f75187 100644 (file)
@@ -40,10 +40,10 @@ enum VertexAttribute
        COLOR4 = 0x05C4,
        NORMAL3 = 0x09C3,
        TANGENT3 = 0x0DC3,
-       GROUP1 = 0x11C1,
-       GROUP2 = 0x11C2,
-       GROUP3 = 0x11C3,
-       GROUP4 = 0x11C4,
+       GROUP1 = 0x10C9,
+       GROUP2 = 0x10CA,
+       GROUP3 = 0x10CB,
+       GROUP4 = 0x10CC,
        WEIGHT1 = 0x15C1,
        WEIGHT2 = 0x15C2,
        WEIGHT3 = 0x15C3,