X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene3d%2Fpublic-api%2Floader%2Fenvironment-map-loader.h;h=ddbf86c190a538fb990e26ec90beb3393dbbc323;hb=HEAD;hp=57047eabbfd3cb6fcf85c23fcc38e915beda9bb8;hpb=56897b0a8957791cb016bd3310b76c60e1baf8a6;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene3d/public-api/loader/environment-map-loader.h b/dali-scene3d/public-api/loader/environment-map-loader.h index 57047ea..ddbf86c 100644 --- a/dali-scene3d/public-api/loader/environment-map-loader.h +++ b/dali-scene3d/public-api/loader/environment-map-loader.h @@ -19,27 +19,21 @@ // INTERNAL INCLUDES #include -#include #include +#include -namespace Dali -{ -namespace Scene3D +namespace Dali::Scene3D::Loader { -namespace Loader -{ - /** * @brief Loads environment map data from a environment map file. * + * @SINCE_2_1.32 * @param[in] environmentMapUrl The environment map file url. * @param[out] environmentMapData The data structure with all pixel data objects. * @return bool True if the loading is succeded. */ bool DALI_SCENE3D_API LoadEnvironmentMap(const std::string& environmentMapUrl, EnvironmentMapData& environmentMapData); -} // namespace Loader -} // namespace Scene3D -} // namespace Dali +} // namespace Dali::Scene3D::Loader #endif // DALI_SCENE3D_LOADER_ENVIRONMENT_MAP_LOADER_H