Merge branch 'devel/master' into tizen
[platform/core/uifw/dali-adaptor.git] / dali / internal / graphics / common / graphics-interface.h
index 53fa462..af632ac 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_BASE_GRAPHICS_INTERFACE_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.
@@ -167,6 +167,11 @@ public:
   virtual uint32_t GetMaxTextureSize() = 0;
 
   /**
+   * @return the maximum number of combined texture units
+   */
+  virtual uint32_t GetMaxCombinedTextureUnits() = 0;
+
+  /**
    * @return the maximum texture samples when we use multisampled texture
    */
   virtual uint8_t GetMaxTextureSamples() = 0;