X-Git-Url: http://git.tdb.fi/?p=libs%2Fvr.git;a=blobdiff_plain;f=source%2Fsidebysidecombiner.h;h=77012b8b3a12edf1e1c6d717924cb62d6bff6a9d;hp=4a395fdfbce08152503d490868f165f418693efc;hb=11d105c5183b401e5f52e9abb16cf659298cf035;hpb=8c61fd4fc7044c4ec0fd008173947b5b4bc00c6f diff --git a/source/sidebysidecombiner.h b/source/sidebysidecombiner.h index 4a395fd..77012b8 100644 --- a/source/sidebysidecombiner.h +++ b/source/sidebysidecombiner.h @@ -13,6 +13,7 @@ namespace VR { class SideBySideCombiner: public StereoCombiner { private: + GL::View &view; GL::Mesh mesh; GL::Program shprog; GL::ProgramData left_shdata;