X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fvisual-properties.h;h=cab898659bf8871112218ab2a01178ec07c9819b;hb=92a400c3857fbf6c1e63693f22c94dcffe50e522;hp=f8d4b7072a20261cc7fbce128e9c8485d1c20149;hpb=f29b744f4c9d27aeb355319712313876bb236bca;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/visual-properties.h b/dali-toolkit/public-api/visuals/visual-properties.h index f8d4b70..cab8986 100644 --- a/dali-toolkit/public-api/visuals/visual-properties.h +++ b/dali-toolkit/public-api/visuals/visual-properties.h @@ -42,8 +42,7 @@ enum Type IMAGE, ///< Renders an image into the control's quad. @SINCE_1_1.45 MESH, ///< Renders a mesh using an "obj" file, optionally with textures provided by an "mtl" file. @SINCE_1_1.45 PRIMITIVE, ///< Renders a simple 3D shape, such as a cube or sphere. @SINCE_1_1.45 - DEBUG, ///< Renders a simple wire-frame outlining a quad. @SINCE_1_1.45 - BATCH_IMAGE, ///< Renders an image in the geometry batching mode @SINCE_1_1.46 + WIREFRAME, ///< Renders a simple wire-frame outlining a quad. @SINCE_1_2.2 }; namespace Property @@ -69,14 +68,6 @@ enum * @see Shader::Property */ SHADER, - - /** - * @brief This enables Image visuals to automatically be converted to Batch-Image visuals. - * @details Name "batchingEnabled", type Boolean. - * @SINCE_1_1.46 - * @note Optional. - */ - BATCHING_ENABLED, }; } // namespace Property