[Tizen] Make possible to capture on the old driver devices.
[platform/core/uifw/dali-core.git] / dali / public-api / rendering / frame-buffer.cpp
index 4b45a92..3680a86 100644 (file)
@@ -98,4 +98,14 @@ Texture FrameBuffer::GetColorTexture()
   return Dali::Texture(texturePtr);
 }
 
+uint8_t* FrameBuffer::GetRenderedBuffer()
+{
+  return GetImplementation(*this).GetRenderedBuffer();
+}
+
+void FrameBuffer::CaptureRenderedResult()
+{
+  GetImplementation(*this).CaptureRenderedResult();
+}
+
 } //namespace Dali