]> git.tdb.fi Git - libs/vr.git/blobdiff - source/openvr/openvrcombiner.h
Rename DisplayDevice to System
[libs/vr.git] / source / openvr / openvrcombiner.h
index 58a24c9c9f2708eebac8c2f048e7e762ec4dada7..94ccce36be99b597bf05f9fd7c23406eee88cd6d 100644 (file)
@@ -7,18 +7,18 @@
 namespace Msp {
 namespace VR {
 
-class OpenVRDevice;
+class OpenVRSystem;
 
 class OpenVRCombiner: public StereoCombiner
 {
 private:
        struct Private;
 
-       OpenVRDevice &device;
+       OpenVRSystem &device;
        GL::View &view;
 
 public:
-       OpenVRCombiner(OpenVRDevice &, GL::View &);
+       OpenVRCombiner(OpenVRSystem &, GL::View &);
 
        virtual void prepare() const;
        virtual void render(const GL::Texture2D &, const GL::Texture2D &) const;