mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Move some code from Mesh wrapper to Buffer wrapper
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user