X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbatch.h;h=0d05d6d4ff39aeec2b5c7662f22254c09db2c420;hp=2f83207edba0b464277c6c9edd655dd0d563948e;hb=6dc2da27f0831d4172fcfeba4900616fd6c844b8;hpb=6a7510a74193ad442bfe82d8377606c3cb66e6b2 diff --git a/source/batch.h b/source/batch.h index 2f83207e..0d05d6d4 100644 --- a/source/batch.h +++ b/source/batch.h @@ -65,6 +65,8 @@ public: unsigned get_index(unsigned) const; void draw() const; +private: + static void set_restart_index(unsigned); }; } // namespace GL