X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsidebysidecombiner.h;h=77012b8b3a12edf1e1c6d717924cb62d6bff6a9d;hb=ee7031ad49618ac199adb506f78b2ca0d2bea2fc;hp=4a395fdfbce08152503d490868f165f418693efc;hpb=cb460150f6870c172a70237f283c9753250be361;p=libs%2Fvr.git 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;