X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Frender%2Fwindowview.h;h=9646a65d746ebcef6e7e5aa15db422d93dc5d602;hb=190a7e11237351f6b730c28f7b16f183e8adc69c;hp=e61107a4790c2d492eda33c89de11af02b0213fa;hpb=be6ffe96ecb4707599fe1a6f620c348760213d46;p=libs%2Fgl.git diff --git a/source/render/windowview.h b/source/render/windowview.h index e61107a4..9646a65d 100644 --- a/source/render/windowview.h +++ b/source/render/windowview.h @@ -9,6 +9,14 @@ namespace Msp { namespace GL { +/** +A view targeting a Graphics::Window. + +After rendering, buffers are swapped to show the result in the window. + +The aspect ratio of the view's Camera is automatically updated to match that of +the window. +*/ class WindowView: public View, public sigc::trackable { private: