Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / internal / render / renderers / render-renderer.h
index 4756ea0..2a3ee8c 100644 (file)
@@ -220,6 +220,8 @@ private:
 
   Vector<GLint> mAttributesLocation;
   bool mUpdateAttributesLocation;
+
+  bool mUseBlend:1; ///< True if blending should be enabled, 1 bit is enough
 };