]> git.tdb.fi Git - libs/gl.git/blobdiff - source/batch.h
Remove support for UInt8 indices from Batch
[libs/gl.git] / source / batch.h
index 82d8fbcada662440e5374ec8504cb3106c4104ee..d42a8629d1a47df3be7ba8a5ea0eeefa68fad52b 100644 (file)
@@ -34,7 +34,7 @@ public:
 private:
        PrimitiveType prim_type;
        DataType data_type;
-       std::vector<unsigned char> data;
+       std::vector<UInt8> data;
        unsigned min_index;
        unsigned max_index;
        bool restart;