X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Frenderers%2Frender-frame-buffer.h;h=9240c699a2bb252b556a161b20b939b7f0f1b666;hb=b36f145a5025548a9dba7d77c7d67ece4ff1d80a;hp=e27e072f4480f99500c418b84be35eb1b506d412;hpb=f02762bc3a7f75d02d2b33b29663b693e56474a9;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/renderers/render-frame-buffer.h b/dali/internal/render/renderers/render-frame-buffer.h index e27e072..9240c69 100644 --- a/dali/internal/render/renderers/render-frame-buffer.h +++ b/dali/internal/render/renderers/render-frame-buffer.h @@ -62,6 +62,11 @@ public: void Destroy( Context& context ); /** + * Called by RenderManager to inform the framebuffer that the context has been destroyed + */ + void GlContextDestroyed(); + + /** * @brief Attach a texture for color rendering. Valid only for Framebuffers with COLOR attachments. * param[in] context The GL context * @param[in] texture The texture that will be used as output when rendering