X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fcommon%2Fview-mode.h;h=2a0c452b03e02f166953a399c1cd0e3842d57d71;hb=9697546f6395000a500259997c415d9ff3c2e337;hp=fde7eb940ad96c747c9e9a8e4c47190c6c07a027;hpb=8096da59d2ec742f85ed05d4b8d6bc6164552874;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 fde7eb9..2a0c452 100644 --- a/dali/public-api/common/view-mode.h +++ b/dali/public-api/common/view-mode.h @@ -21,19 +21,20 @@ namespace Dali { /** - * @addtogroup dali-core-common + * @addtogroup dali_core_common * @{ */ /** - * Stereoscopic view modes + * @brief Enumeration for stereoscopic view modes. + * @SINCE_1_0.0 */ enum ViewMode { - MONO, ///< Monoscopic (single camera). This is the default - STEREO_HORIZONTAL, ///< Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides. - STEREO_VERTICAL, ///< Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom. - STEREO_INTERLACED ///< Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames. + 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 ///< @DEPRECATED_1_1.19 @brief Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames. @SINCE_1_0.0 }; /**