]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/batch.h
Use standard fixed-size integer types
[libs/gl.git] / source / core / batch.h
index c2107f823c2907a28cf36e79b2c6190cdc486a1b..51cc573b18be326ac7b3ae4c26b75cf146e77aa6 100644 (file)
@@ -36,11 +36,8 @@ private:
        GLenum gl_prim_type;
        DataType index_type;
        GLenum gl_index_type;
-       std::vector<UInt8> data;
+       std::vector<std::uint8_t> data;
        unsigned max_index;
-       bool restart;
-
-       static unsigned restart_index;
 
 public:
        Batch(PrimitiveType t);