summaryrefslogtreecommitdiffstats
path: root/src/engine/Qt3DSRuntimeView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Qt3DSRuntimeView.h')
-rw-r--r--src/engine/Qt3DSRuntimeView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/Qt3DSRuntimeView.h b/src/engine/Qt3DSRuntimeView.h
index 822efdc..8690b99 100644
--- a/src/engine/Qt3DSRuntimeView.h
+++ b/src/engine/Qt3DSRuntimeView.h
@@ -147,6 +147,8 @@ public:
virtual TegraRenderStereoModes::Enum GetStereoMode() const = 0;
virtual void SetStereoEyeSeparation(double separation) = 0;
virtual double GetStereoEyeSeparation() const = 0;
+ virtual void SetStereoProgressiveEnabled(bool enabled) = 0;
+ virtual bool GetStereoProgressiveEnabled() const = 0;
// TODO: To be removed, not used anywhere anymore
void CycleScaleMode()