Graphics and Vulkan integration within Adaptor
[platform/core/uifw/dali-adaptor.git] / dali / internal / adaptor / common / adaptor-internal-services.h
index 5d52f9a..c429557 100644 (file)
 namespace Dali
 {
 
+namespace Integration
+{
+namespace Graphics
+{
+class Graphics;
+} // graphics
+} // integration
+
 namespace Internal
 {
 
@@ -74,6 +82,11 @@ public:
   virtual EglFactoryInterface& GetEGLFactoryInterface() const  = 0;
 
   /**
+   * @return Graphics
+   */
+  virtual Dali::Integration::Graphics::Graphics& GetGraphics() const = 0;
+
+  /**
    * Used by update-thread to notify core (main-thread) it has messages to process
    * @return trigger event ProcessCoreEvents
    */