X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbatch.h;h=82d8fbcada662440e5374ec8504cb3106c4104ee;hp=7212383e01a2e973ac39185592f39c69f3ac76cc;hb=b0059bd068c99dadfc922584911fcb25a21b737b;hpb=f50822b9e73a6ecdacbc4af4c4d9aba435a72386 diff --git a/source/batch.h b/source/batch.h index 7212383e..82d8fbca 100644 --- a/source/batch.h +++ b/source/batch.h @@ -65,6 +65,7 @@ public: unsigned get_index(unsigned) const; void draw() const; + void draw_instanced(unsigned) const; private: const void *setup_draw() const; static void set_restart_index(unsigned);