[dali_1.2.0] Merge branch 'devel/master'
[platform/core/uifw/dali-core.git] / dali / public-api / rendering / renderer.h
index 9c06ea3..1a48391 100644 (file)
@@ -420,7 +420,15 @@ public:
        * @note The default value is True
        * @SINCE_1_1.43
        */
-      WRITE_TO_COLOR_BUFFER
+      WRITE_TO_COLOR_BUFFER,
+
+      /**
+       * @brief name "batchingEnabled", type BOOLEAN
+       * @SINCE_1_2.0
+       * @see Batching
+       * @note The default value is 'false'
+       */
+      BATCHING_ENABLED
     };
   };