]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexsetup.h
Use direct state access for updating VertexSetup
[libs/gl.git] / source / vertexsetup.h
index c4cadfcaed49a9206d3ef500df6688b4f762edae..0155302cd6fb86bad0b99537e87a363ed0588f40 100644 (file)
@@ -37,7 +37,7 @@ public:
 
 private:
        void update(unsigned) const;
-       void update_vertex_array() const;
+       void update_vertex_array(bool) const;
 
 public:
        void bind() const;