mirror of https://github.com/axmolengine/axmol.git
Merge pull request #6017 from CocosRobot/update_lua_bindings_1395899624
[AUTO]: updating luabinding automatically
This commit is contained in:
commit
18ce311011
|
@ -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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2b4d7967b19a02138c89b1c3ed7fc4682267a47a
|
3bcfacd1a43c62b8fb2af30248a05444f00a8027
|
|
@ -1546,6 +1546,7 @@ int register_all_cocos2dx(lua_State* tolua_S);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif // __cocos2dx_h__
|
#endif // __cocos2dx_h__
|
||||||
|
|
Loading…
Reference in New Issue