]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/renderer.h
An assortment of minor fixes
[libs/gl.git] / source / render / renderer.h
index da2cf8bac866d8284a2fe4c6395a935f8eba5258..0fa19346042ea1f5980c478e5dabd305bf66ab6a 100644 (file)
@@ -152,7 +152,7 @@ public:
        void push_state();
 
        /** Restores a previously saved state.  Must be matched with an earlier
-       push_state call. */
+       push_state() call. */
        void pop_state();
 
 private:
@@ -228,7 +228,8 @@ public:
        /** Draws a batch of primitives.  A shader must be active. */
        void draw(const Batch &);
 
-       /** Draws multiple instances of a batch of primitives.  A shader must be active. */
+       /** Draws multiple instances of a batch of primitives.  A shader must be
+       active. */
        void draw_instanced(const Batch &, unsigned);
 
 private: