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=50e18747e8c0187fb6b97a2a161c4e85e5477f72;hb=a2de9cf491172cd5da9dc9ed60b17683dab6d7bc;hpb=a9e64686388c10743bf66a9c5d6e0aa06e198c70 diff --git a/plugins/dali-script-v8/src/rendering/renderer-api.h b/plugins/dali-script-v8/src/rendering/renderer-api.h index 50e1874..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,8 @@ 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 );