X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fcommon%2Fview-mode.h;h=12438ae38c69377eea6cf0595b942289ab10bee9;hb=d24adfe7051e62ca7956ffcfa4bdbdb16d1269e5;hp=f87b54363f787e0cb31de8b4133ead860bc7d3f5;hpb=f09cea89519b3a7bdee3266b1bd26f97150d95cc;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 f87b543..12438ae 100644 --- a/dali/public-api/common/view-mode.h +++ b/dali/public-api/common/view-mode.h @@ -28,13 +28,14 @@ namespace Dali /** * @brief Stereoscopic view modes * @SINCE_1_0.0 + * @remarks Viewmode is supported in mobile applications only. */ enum ViewMode { MONO, ///< Monoscopic (single camera). This is the default @SINCE_1_0.0 STEREO_HORIZONTAL, ///< Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides. @SINCE_1_0.0 STEREO_VERTICAL, ///< 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_INTERLACED ///< Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames. @SINCE_1_0.0 + STEREO_INTERLACED ///< @DEPRECATED_1_1.19 @brief Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames. @SINCE_1_0.0 }; /**