]> git.tdb.fi Git - libs/gl.git/blobdiff - source/batch.h
Some refactoring of the draw code path
[libs/gl.git] / source / batch.h
index 10c61a289e2e5afb71e94c6049126ee4fcbfe877..7212383e01a2e973ac39185592f39c69f3ac76cc 100644 (file)
@@ -66,6 +66,7 @@ public:
 
        void draw() const;
 private:
 
        void draw() const;
 private:
+       const void *setup_draw() const;
        static void set_restart_index(unsigned);
 };
 
        static void set_restart_index(unsigned);
 };