X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fcommon%2Fcore-impl.h;h=2e063e8af59f7c8081ce5c9cad329ec1d9e8a7f0;hb=refs%2Fchanges%2F41%2F168841%2F6;hp=2a73f5af4eca8e92c70d6bd24e37aa32b9d815c9;hpb=4581860eac334340242f9a208ea85eb8c7e9bb9a;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/common/core-impl.h b/dali/internal/common/core-impl.h index 2a73f5a..2e063e8 100644 --- a/dali/internal/common/core-impl.h +++ b/dali/internal/common/core-impl.h @@ -21,6 +21,7 @@ // INTERNAL INCLUDES #include #include +#include #include #include #include @@ -80,7 +81,9 @@ public: Integration::GlSyncAbstraction& glSyncAbstraction, Integration::GestureManager& gestureManager, ResourcePolicy::DataRetention dataRetentionPolicy, - bool renderToFboEnabled ); + Integration::RenderToFrameBuffer renderToFboEnabled, + Integration::DepthBufferAvailable depthBufferAvailable, + Integration::StencilBufferAvailable stencilBufferAvailable ); /** * Destructor @@ -135,7 +138,7 @@ public: /** * @copydoc Dali::Integration::Core::Render() */ - void Render( Integration::RenderStatus& status ); + void Render( Integration::RenderStatus& status, bool forceClear ); /** * @copydoc Dali::Integration::Core::SceneCreated()