X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Frendering%2Frenderer-api.h;h=f44eeb8bac063e8006fa317d949f68a7bcc73501;hp=e415e7483fc62a0bcb7b38aeebd30cae42c99778;hb=a2de9cf491172cd5da9dc9ed60b17683dab6d7bc;hpb=8c31a5ca493d17693e53f9909a4453b1fa058ab3 diff --git a/plugins/dali-script-v8/src/rendering/renderer-api.h b/plugins/dali-script-v8/src/rendering/renderer-api.h index e415e74..f44eeb8 100644 --- a/plugins/dali-script-v8/src/rendering/renderer-api.h +++ b/plugins/dali-script-v8/src/rendering/renderer-api.h @@ -59,8 +59,12 @@ namespace RendererApi */ void SetGeometry( const v8::FunctionCallbackInfo< v8::Value >& args ); 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 SetTextures( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetTextures( 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