X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbatch.h;fp=source%2Fbatch.h;h=696891ba3047ce1a557c9f36ddeee64b82c17882;hb=c48cb5362edb16c33ed5f6862a908bb9a754c85a;hp=c3e9848e8ae4a245c33498c92051c47399b7f425;hpb=df1f68d366e145716225f1a4dd223b0129280fb2;p=libs%2Fgl.git diff --git a/source/batch.h b/source/batch.h index c3e9848e..696891ba 100644 --- a/source/batch.h +++ b/source/batch.h @@ -66,6 +66,7 @@ public: unsigned size() const { return data.size()/get_index_size(); } unsigned get_index(unsigned) const; void draw() const; + private: unsigned get_index_size() const; @@ -80,7 +81,7 @@ private: template U convert(T) const; -private: + void unlink_from_ibuf(); void update_ibuf_offsets(); };