[3.0] Modify texture bind for OES_EGL_image_external
[platform/core/uifw/dali-core.git] / dali / devel-api / images / native-image-interface-extension.h
index ca19c14..dfc60d4 100644 (file)
@@ -48,6 +48,13 @@ public:
   virtual const char* GetCustomSamplerTypename() = 0;
 
   /**
+   * @brief Get texture target for binding native image as texture.
+   *
+   * @return Texture target.
+   */
+  virtual int GetEglImageTextureTarget() = 0;
+
+  /**
    * @brief Retrieve the extension for the interface.
    *
    * @return Extension2 pointer if available, NULL otherwise