X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbatch.h;h=907a0b7f29c08c92540d53fef4afc27d8183836c;hb=5ba1446b314ddc914693cb9cbb9a7b54a4d30a45;hp=92a10e6b4923a4d82678794e3ce7653766b9ca7f;hpb=d58a3bd12fb8c6331bb9208aa68f8c082be48863;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);