X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali%2Fdali-test-suite-utils%2Ftest-graphics-reflection.cpp;h=6971b712c2880aa9365dc1211d76c16792afe169;hb=596dfee38d336a562d1aeb7a889988d9de4c7eef;hp=25c09b55227772b691100473f7c500578eb2931a;hpb=e3df4b163e5570d4fdafdfe5380404a9027e7462;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/automated-tests/src/dali/dali-test-suite-utils/test-graphics-reflection.cpp b/automated-tests/src/dali/dali-test-suite-utils/test-graphics-reflection.cpp index 25c09b5..6971b71 100644 --- a/automated-tests/src/dali/dali-test-suite-utils/test-graphics-reflection.cpp +++ b/automated-tests/src/dali/dali-test-suite-utils/test-graphics-reflection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -50,6 +50,8 @@ static const std::vector UNIFORMS = UniformData("uViewMatrix", Property::Type::MATRIX), UniformData("uLightCameraProjectionMatrix", Property::Type::MATRIX), UniformData("uLightCameraViewMatrix", Property::Type::MATRIX), + + // WARNING: IF YOU CHANGE THIS LIST, ALSO CHANGE mActiveUniforms IN test-gl-abstraction, Initialize }; }