]> git.tdb.fi Git - libs/gl.git/blobdiff - source/mesh.h
Improve documentation for a number of classes
[libs/gl.git] / source / mesh.h
index 14cb072dda26891dafb4fcf402e4055358f1a48b..388d4d8806affd4d63901be8b7335a7bc7a85f55 100644 (file)
@@ -89,6 +89,8 @@ public:
        void draw() const;
        void draw(Renderer &) const;
 
+       /** Binds the mesh for rendering.  The vertex array is applied using generic
+       attributes only.  Uses vertex array object if possible. */
        void bind() const;
 
        static void unbind();