X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbatch.h;h=696891ba3047ce1a557c9f36ddeee64b82c17882;hb=5172d32d67595ea0b70184fadcfcb8e023cccbc8;hp=c3e9848e8ae4a245c33498c92051c47399b7f425;hpb=083578c2ca0aabfa60e8872e23d53e9101795dff;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(); };