]> git.tdb.fi Git - libs/gl.git/blobdiff - source/immediate.h
Generalize VertexBuffer into Buffer with support for other types as well
[libs/gl.git] / source / immediate.h
index c4d8aca5abb0bf83bc97f216c60a59e2d6af6798..89380c41310c3717a20db88b35d9b8ad95b22cc2 100644 (file)
@@ -28,6 +28,7 @@ private:
 
 public:
        Immediate(VertexFormat);
+       void reset();
 private:
        virtual void begin_() { }
        virtual void end_();