X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fbatch.h;h=0435feec29eb6ccfa874c44530823f53c564e3b7;hb=fe9836f2d8d7abb0480582c544611a5b248310cc;hp=2e4ad9ef3005d9d01c15dbdc4d119ce79f570460;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git diff --git a/source/core/batch.h b/source/core/batch.h index 2e4ad9ef..0435feec 100644 --- a/source/core/batch.h +++ b/source/core/batch.h @@ -34,6 +34,7 @@ public: private: PrimitiveType prim_type; DataType index_type; + GLenum gl_index_type; std::vector data; unsigned max_index; bool restart;