Merge pull request #6017 from CocosRobot/update_lua_bindings_1395899624

[AUTO]: updating luabinding automatically
This commit is contained in:
James Chen 2014-03-27 13:59:33 +08:00
commit 18ce311011
3 changed files with 7 additions and 1 deletions

View File

@ -53,6 +53,11 @@
-- @param self -- @param self
-- @param #kmMat4 kmmat4 -- @param #kmMat4 kmmat4
--------------------------------
-- @function [parent=#GLProgram] getMaterialProgramID
-- @param self
-- @return unsigned int#unsigned int ret (return value: unsigned int)
-------------------------------- --------------------------------
-- @function [parent=#GLProgram] setUniformLocationWith3i -- @function [parent=#GLProgram] setUniformLocationWith3i
-- @param self -- @param self

View File

@ -1 +1 @@
2b4d7967b19a02138c89b1c3ed7fc4682267a47a 3bcfacd1a43c62b8fb2af30248a05444f00a8027

View File

@ -1546,6 +1546,7 @@ int register_all_cocos2dx(lua_State* tolua_S);
#endif // __cocos2dx_h__ #endif // __cocos2dx_h__