X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frender%2Frenderer.h;fp=source%2Frender%2Frenderer.h;h=0fa19346042ea1f5980c478e5dabd305bf66ab6a;hp=da2cf8bac866d8284a2fe4c6395a935f8eba5258;hb=857e0a3f684fba4810260697a78a769dff514f1f;hpb=afffed5bf161b5972a02f055225701118ed5a4e7 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: