X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbatch.h;fp=source%2Fbatch.h;h=907a0b7f29c08c92540d53fef4afc27d8183836c;hb=d7e7f87d173156aa12694ce54d688c40a2eabe2e;hp=92a10e6b4923a4d82678794e3ce7653766b9ca7f;hpb=15f4fded5d6d2a5f22e41e50891e783c026688c0;p=libs%2Fgl.git diff --git a/source/batch.h b/source/batch.h index 92a10e6b..907a0b7f 100644 --- a/source/batch.h +++ b/source/batch.h @@ -51,6 +51,7 @@ public: Batch &append(unsigned); void append(const std::vector &); + bool can_append(PrimitiveType); void append(const Batch &); private: void append_index(unsigned);