Merge "Introduce WindowData" into devel/master
[platform/core/uifw/dali-adaptor.git] / automated-tests / src / dali-adaptor / dali-test-suite-utils / test-graphics-application.h
index 66c9f7a..fbeecdf 100644 (file)
@@ -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
    */