DALi Version 1.1.30
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / rendering / material-api.h
index 326b22c..6cf64a0 100644 (file)
@@ -64,16 +64,8 @@ namespace MaterialApi
    void SetTextureImage( const v8::FunctionCallbackInfo< v8::Value >& args );
    void SetTextureSampler( const v8::FunctionCallbackInfo< v8::Value >& args );
    void SetTextureUniformName( const v8::FunctionCallbackInfo< v8::Value >& args );
-   void SetTextureAffectsTransparency( const v8::FunctionCallbackInfo< v8::Value >& args );
    void GetTextureIndex( const v8::FunctionCallbackInfo< v8::Value >& args );
    void GetNumberOfTextures( const v8::FunctionCallbackInfo< v8::Value >& args );
-   void SetFaceCullingMode( const v8::FunctionCallbackInfo< v8::Value >& args );
-   void SetBlendMode( const v8::FunctionCallbackInfo< v8::Value >& args );
-   void GetBlendMode( 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 MaterialApi