X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fktx-loader.h;h=d94f4caabe83a1910ac784087582100315dffa7d;hp=6167fef8a19f3ce06dc31dfc614915c06b3308e0;hb=3eedaa0133492f3aa00d1a3f8df4ece6dd5b2387;hpb=7a315fe9869206bf6ad3195931f27d88fe9c128e diff --git a/dali-scene-loader/public-api/ktx-loader.h b/dali-scene-loader/public-api/ktx-loader.h index 6167fef..d94f4ca 100644 --- a/dali-scene-loader/public-api/ktx-loader.h +++ b/dali-scene-loader/public-api/ktx-loader.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE_LOADER_KTX_LOADER_H #define DALI_SCENE_LOADER_KTX_LOADER_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,13 +29,12 @@ namespace Dali { namespace SceneLoader { - /** * @brief Stores the pixel data objects for each face of the cube texture and their mipmaps. */ struct DALI_SCENE_LOADER_API CubeData { - std::vector< std::vector > data; + std::vector > data; Texture CreateTexture() const; }; @@ -48,7 +47,7 @@ struct DALI_SCENE_LOADER_API CubeData */ DALI_SCENE_LOADER_API bool LoadCubeMapData(const std::string& path, CubeData& cubedata); -} -} +} // namespace SceneLoader +} // namespace Dali #endif // DALI_SCENE_LOADER_KTX_LOADER_H