X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fcommon%2Fview-mode.h;h=0057ac31812ceb996c019d4a95003099043b2870;hb=db9a4df3f86a7cc95b73329c780ccb38ca2f1b49;hp=74187cd17ce1f116b9eb6f7a7117bb10537929af;hpb=07d00b695a47b884599de3a9aaf36eba21a3f827;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 74187cd..0057ac3 100644 --- a/dali/public-api/common/view-mode.h +++ b/dali/public-api/common/view-mode.h @@ -2,7 +2,7 @@ #define __DALI_VIEW_MODE_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,14 +26,14 @@ namespace Dali */ /** - * 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, ///< @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 }; /**