Support surfaceless context for OpenGL ES 2
[platform/core/uifw/dali-adaptor.git] / dali / internal / graphics / gles / egl-graphics.cpp
index a54b9ed..ace3e93 100644 (file)
@@ -44,6 +44,11 @@ void EglGraphics::SetGlesVersion( const int32_t glesVersion )
   mGLES->SetGlesVersion( glesVersion );
 }
 
+void EglGraphics::SetIsSurfacelessContextSupported( const bool isSupported )
+{
+  mGLES->SetIsSurfacelessContextSupported( isSupported );
+}
+
 void EglGraphics::Initialize( EnvironmentOptions* environmentOptions )
 {
   if( environmentOptions->GetGlesCallTime() > 0 )