X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene3d%2Finternal%2Fcommon%2Fenvironment-map-load-task.h;h=0bb134f5889e07830a58bd0c239a431169aff838;hb=b8bbf945e69c6639367c65507c83bc932c3160ee;hp=446665c8898d7bd616e0578adaab0515d5cc8c3d;hpb=ba2cac66f058ed092d3d9698c9aa52ed907d0e75;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene3d/internal/common/environment-map-load-task.h b/dali-scene3d/internal/common/environment-map-load-task.h index 446665c..0bb134f 100644 --- a/dali-scene3d/internal/common/environment-map-load-task.h +++ b/dali-scene3d/internal/common/environment-map-load-task.h @@ -77,6 +77,12 @@ public: */ Dali::Texture GetLoadedTexture(); + /** + * Retrieves Mipmap levels of loaded Ibl texture + * @return mipmap levels of loaded Ibl texture + */ + uint32_t GetMipmapLevels(); + private: // Undefined EnvironmentMapLoadTask(const EnvironmentMapLoadTask& task) = delete;