X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frenderer.h;h=5d8f686e35806a419e4a46167fd75161666ed725;hp=ccb23a22a709ff1f864e6179435c9ead36bb5db8;hb=58e3368ddb21de5c4bc6e208440de369fe4876f1;hpb=06071181b1fbda51b8a17cbd034f3d36b3fae900 diff --git a/source/renderer.h b/source/renderer.h index ccb23a22..5d8f686e 100644 --- a/source/renderer.h +++ b/source/renderer.h @@ -140,9 +140,13 @@ public: /** Prepares for temporarily bypassing the Renderer by synchronizing the current state with GL. No additional call is necessary to resume using the - Renderer. */ + Renderer. DEPRECATED. */ void escape(); + /** Ends rendering, unbinding all objects and resetting state. There must + be no unpopped state in the stack. */ + void end(); + void exclude(const Renderable &); void include(const Renderable &);