X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftest-gl-abstraction.cpp;h=e6416e3f4fe37244448c561a553ae123d9ea73fb;hb=c9838bbf5eb41f8475bcef2198b338f7020b0397;hp=e99de5cc2722967c30c86de25860796b62370ba4;hpb=2d1b408c88f2a66f0ead23f40a7ebfb0597fc027;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-gl-abstraction.cpp b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-gl-abstraction.cpp index e99de5c..e6416e3 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-gl-abstraction.cpp +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-gl-abstraction.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. @@ -140,6 +140,8 @@ void TestGlAbstraction::Initialize() {"uViewMatrix", GL_FLOAT_MAT4, 1}, {"uLightCameraProjectionMatrix", GL_FLOAT_MAT4, 1}, {"uLightCameraViewMatrix", GL_FLOAT_MAT4, 1}}; + + // WARNING: IF YOU CHANGE THIS LIST, ALSO CHANGE UNIFORMS IN test-graphics-reflection.cpp } void TestGlAbstraction::PreRender()