From: Mikko Rasa Date: Mon, 26 Sep 2016 11:41:26 +0000 (+0300) Subject: Implement display mirroring in StereoCombiner X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=c07c707c480f4e989caee17541187f08f136d216;hp=c07c707c480f4e989caee17541187f08f136d216;p=libs%2Fvr.git Implement display mirroring in StereoCombiner It's up to individual combiners to use it. Currently OpenVRCombiner is the only one to support it, since the others render directly to the application window. ---