Update following the changes of blending&culling options
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / rendering / renderer-api.h
index e415e74..50e1874 100644 (file)
@@ -61,6 +61,10 @@ namespace RendererApi
    void GetGeometry( const v8::FunctionCallbackInfo< v8::Value >& args );
    void SetMaterial( const v8::FunctionCallbackInfo< v8::Value >& args );
    void GetMaterial( const v8::FunctionCallbackInfo< v8::Value >& args );
+   void SetBlendFunc( const v8::FunctionCallbackInfo< v8::Value >& args );
+   void GetBlendFunc( const v8::FunctionCallbackInfo< v8::Value >& args );
+   void SetBlendEquation( const v8::FunctionCallbackInfo< v8::Value >& args );
+   void GetBlendEquation( const v8::FunctionCallbackInfo< v8::Value >& args );
 
 }; // namespace RendererApi