[Tizen] Add IsUploaded devel api in Texture
[platform/core/uifw/dali-core.git] / dali / devel-api / rendering / texture-devel.h
index 0204a41..7214e0b 100644 (file)
@@ -44,6 +44,8 @@ bool DALI_CORE_API IsNative(Dali::Texture texture);
  */
 bool DALI_CORE_API ApplyNativeFragmentShader(Dali::Texture texture, std::string& shader);
 
+bool DALI_CORE_API IsUploaded(Dali::Texture texture);
+
 } // namespace DevelTexture
 } // namespace Dali