Fix to do not update state of render task in case of uploadOnly
[platform/core/uifw/dali-core.git] / dali / internal / common / core-impl.h
index 9744d0d..7313d26 100644 (file)
@@ -125,12 +125,12 @@ public:
   /**
    * @copydoc Dali::Integration::Core::Update()
    */
-  void Update(float elapsedSeconds, uint32_t lastVSyncTimeMilliseconds, uint32_t nextVSyncTimeMilliseconds, Integration::UpdateStatus& status, bool renderToFboEnabled, bool isRenderingToFbo);
+  void Update(float elapsedSeconds, uint32_t lastVSyncTimeMilliseconds, uint32_t nextVSyncTimeMilliseconds, Integration::UpdateStatus& status, bool renderToFboEnabled, bool isRenderingToFbo, bool uploadOnly);
 
   /**
    * @copydoc Dali::Integration::Core::PreRender()
    */
-  void PreRender(Integration::RenderStatus& status, bool forceClear, bool uploadOnly);
+  void PreRender(Integration::RenderStatus& status, bool forceClear);
 
   /**
    * @copydoc Dali::Integration::Core::PreRender()
@@ -150,7 +150,7 @@ public:
   /**
    * @copydoc Dali::Integration::Core::Render()
    */
-  void PostRender(bool uploadOnly);
+  void PostRender();
 
   /**
    * @copydoc Dali::Integration::Core::SceneCreated()