X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-adaptor%2Fdali-test-suite-utils%2Ftest-graphics-application.h;h=fbeecdfd4ddbd00577cab2204f49fdf4539fc140;hb=3c3b41339c7c0049051cb3d4298c1897754ab524;hp=66c9f7a5d4b1b493d6af81b24ed69a098b505724;hpb=815490375bbb42ef8454fa5f474268084e08b62f;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/automated-tests/src/dali-adaptor/dali-test-suite-utils/test-graphics-application.h b/automated-tests/src/dali-adaptor/dali-test-suite-utils/test-graphics-application.h index 66c9f7a..fbeecdf 100644 --- a/automated-tests/src/dali-adaptor/dali-test-suite-utils/test-graphics-application.h +++ b/automated-tests/src/dali-adaptor/dali-test-suite-utils/test-graphics-application.h @@ -2,7 +2,7 @@ #define DALI_TEST_GRAPHICS_APPLICATION_H /* - * 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. @@ -179,6 +179,11 @@ public: return 32768u; } + uint32_t GetMaxCombinedTextureUnits() override + { + return 96; + } + /** * @return the maximum texture samples when we use multisampled texture */