X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Frenderer.h;h=1cbcdc60546b93f0cccc2db6ee5cb95a27107b39;hb=HEAD;hp=da2cf8bac866d8284a2fe4c6395a935f8eba5258;hpb=29fe33d3dde1df0e11c741b0c02af2f33b685571;p=libs%2Fgl.git diff --git a/source/render/renderer.h b/source/render/renderer.h index da2cf8ba..0fa19346 100644 --- a/source/render/renderer.h +++ b/source/render/renderer.h @@ -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: