Move some code from Mesh wrapper to Buffer wrapper

This commit is contained in:
Alex Szpakowski
2020-02-22 18:58:41 -04:00
parent b1c028a4d3
commit 2828761060
14 changed files with 251 additions and 335 deletions
-3
View File
@@ -30,9 +30,6 @@ namespace love
namespace graphics
{
char *luax_writeAttributeData(lua_State *L, int startidx, DataFormat format, int components, char *data);
const char *luax_readAttributeData(lua_State *L, DataFormat format, int components, const char *data);
Mesh *luax_checkmesh(lua_State *L, int idx);
extern "C" int luaopen_mesh(lua_State *L);