]> git.tdb.fi Git - libs/vr.git/blobdiff - source/openvr/openvrcombiner.h
Apply s/device/system/ to member variables as well
[libs/vr.git] / source / openvr / openvrcombiner.h
index 94ccce36be99b597bf05f9fd7c23406eee88cd6d..33f266c9988cb95541d1e6d021097e2d385af0dc 100644 (file)
@@ -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;
 };