X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fshaders%2Fprogram.cpp;h=f6d9f9786f82dfffc42c3e7388f680fab99bbbea;hb=0a3b16c39206e0fb8afc214706d1b6c6360be180;hp=4cfbcb4973ee6c9d29ad239e41d3f7b626576160;hpb=fb91f027aa740dd18f01eef6aa1ec7b08fe21401;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/shaders/program.cpp b/dali/internal/render/shaders/program.cpp index 4cfbcb4..f6d9f97 100644 --- a/dali/internal/render/shaders/program.cpp +++ b/dali/internal/render/shaders/program.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -143,7 +143,7 @@ void Program::BuildReflection(const Graphics::Reflection& graphicsReflection) } // add samplers - auto samplers = graphicsReflection.GetSamplers(); + auto samplers = graphicsReflection.GetSamplers(); // Only holds first element of arrays without []. for(const auto& sampler : samplers) { mReflection.emplace_back(ReflectionUniformInfo{CalculateHash(sampler.name), false, sampler});