[Tizen] Make possible to capture on the old driver devices.
[platform/core/uifw/dali-core.git] / dali / public-api / rendering / frame-buffer.h
index 9954182..71dc5ff 100644 (file)
@@ -185,6 +185,18 @@ public:
    */
   Texture GetColorTexture();
 
+  /**
+   * @brief Retrieve rendered buffer.
+   * @return Buffer pointer of captured image.
+   */
+  uint8_t* GetRenderedBuffer();
+
+  /**
+   * @brief Request to capture rendered result
+   * @note This method request to capture once,
+   */
+  void CaptureRenderedResult();
+
 public:
   /**
    * @brief The constructor.