Make blend for the opaque renderer when advanced blend equation is applied.
[platform/core/uifw/dali-core.git] / dali / internal / common / blending-options.h
index f150685..f8a4a3d 100644 (file)
@@ -116,6 +116,12 @@ struct BlendingOptions
   bool IsAdvancedBlendEquationApplied();
 
   /**
+   * Query whether input bit mask include advanced blend equation.
+   * @return True if the bit mask include advanced blend equation.
+   */
+  static bool IsAdvancedBlendEquationIncluded( unsigned int bitmask );
+
+  /**
    * Query whether input blend equation is advanced option.
    * @return True if input blend equation is advanced.
    */