X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fopenvr%2Fopenvrcombiner.h;h=33f266c9988cb95541d1e6d021097e2d385af0dc;hb=2acdfcc95c317f30e725e17f0d372fce050830ef;hp=94ccce36be99b597bf05f9fd7c23406eee88cd6d;hpb=b6de7d24475dec8f5d6b8148a69cf8b561bc0761;p=libs%2Fvr.git diff --git a/source/openvr/openvrcombiner.h b/source/openvr/openvrcombiner.h index 94ccce3..33f266c 100644 --- a/source/openvr/openvrcombiner.h +++ b/source/openvr/openvrcombiner.h @@ -14,12 +14,13 @@ class OpenVRCombiner: public StereoCombiner private: struct Private; - OpenVRSystem &device; + OpenVRSystem &system; GL::View &view; public: OpenVRCombiner(OpenVRSystem &, GL::View &); + virtual bool is_mirroring_supported() const { return true; } virtual void prepare() const; virtual void render(const GL::Texture2D &, const GL::Texture2D &) const; };