X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-algorithms.h;h=a2e4c578ba9795c6399403d8376c22eb7d505a1a;hb=ad06250b0131a81ad28ae63c7e063f3d291d3060;hp=b84d68df5fecae17a52e7b7bbdd948e5e8bfd3b4;hpb=41c2c3ebf3e03604f4194fdbf16eb4f6297a3a7e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/common/render-algorithms.h b/dali/internal/render/common/render-algorithms.h index b84d68d..a2e4c57 100644 --- a/dali/internal/render/common/render-algorithms.h +++ b/dali/internal/render/common/render-algorithms.h @@ -1,8 +1,8 @@ -#ifndef __DALI_INTERNAL_RENDER_ALGORITHMS_H__ -#define __DALI_INTERNAL_RENDER_ALGORITHMS_H__ +#ifndef DALI_INTERNAL_RENDER_ALGORITHMS_H +#define DALI_INTERNAL_RENDER_ALGORITHMS_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -43,7 +43,7 @@ namespace Render * @param[in] context The GL context. * @param[in] textureCache The texture cache used to get textures. * @param[in] defaultShader The default shader. - * @param[in] buffer The current render buffer index (previous update buffer) + * @param[in] bufferIndex The current render buffer index (previous update buffer) */ void ProcessRenderInstruction( const SceneGraph::RenderInstruction& instruction, Context& context, @@ -57,4 +57,4 @@ void ProcessRenderInstruction( const SceneGraph::RenderInstruction& instruction, } // namespace Dali -#endif // __DALI_INTERNAL_RENDER_ALGORITHMS_H__ +#endif // DALI_INTERNAL_RENDER_ALGORITHMS_H