X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fcommon%2Fview-mode.h;h=0057ac31812ceb996c019d4a95003099043b2870;hb=db9a4df3f86a7cc95b73329c780ccb38ca2f1b49;hp=19d460e9b3e3b6d8b1b57610913f9edbc16e8dc1;hpb=e08e2992259823c5f9832ad959ffa510b0445a6c;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/common/view-mode.h b/dali/public-api/common/view-mode.h index 19d460e..0057ac3 100644 --- a/dali/public-api/common/view-mode.h +++ b/dali/public-api/common/view-mode.h @@ -32,8 +32,8 @@ namespace Dali enum ViewMode { MONO, ///< Monoscopic (single camera). This is the default @SINCE_1_0.0 - STEREO_HORIZONTAL, ///< @DEPRECATED_1_3.39 Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides. @SINCE_1_0.0 - STEREO_VERTICAL ///< @DEPRECATED_1_3.39 Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom. @SINCE_1_0.0 + STEREO_HORIZONTAL, ///< @DEPRECATED_1_3_39 Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides. @SINCE_1_0.0 + STEREO_VERTICAL ///< @DEPRECATED_1_3_39 Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom. @SINCE_1_0.0 }; /**