X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbatch.h;h=82d8fbcada662440e5374ec8504cb3106c4104ee;hp=10c61a289e2e5afb71e94c6049126ee4fcbfe877;hb=39488946c441f4007396e438f522609a8b2943ce;hpb=3ba81ebaaec0c271d68cc12afbea86c394c3403d diff --git a/source/batch.h b/source/batch.h index 10c61a28..82d8fbca 100644 --- a/source/batch.h +++ b/source/batch.h @@ -65,7 +65,9 @@ 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); };