X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fbatch.h;fp=source%2Fcore%2Fbatch.h;h=0435feec29eb6ccfa874c44530823f53c564e3b7;hp=2e4ad9ef3005d9d01c15dbdc4d119ce79f570460;hb=efb45a6851563cdb8077b6aad3ab92d4006d8790;hpb=4fb346536bfefd612635a248f558b1f1471deae6 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;