From 59a0e32991b5b714b6bdba504b6fbacdcd4b907a Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 2 May 2019 21:42:09 +0800 Subject: *misc --- source/modules/asura-core/graphics/mesh2d.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'source/modules/asura-core/graphics/mesh2d.h') diff --git a/source/modules/asura-core/graphics/mesh2d.h b/source/modules/asura-core/graphics/mesh2d.h index 0c3627f..f2770e1 100644 --- a/source/modules/asura-core/graphics/mesh2d.h +++ b/source/modules/asura-core/graphics/mesh2d.h @@ -37,17 +37,15 @@ namespace AsuraEngine private: - //----------------------------------------------------------------------------// - LUAX_DECL_FACTORY(Mesh2D); - - //----------------------------------------------------------------------------// + + LUAX_DECL_METHOD(_SetVertex); /// - /// 从mesh2d data中构建的vbo和ebo + /// 从mesh2d data中构建的vertex buffer和index buffer /// VertexBuffer* mVBO; - IndexBuffer* mEBO; + IndexBuffer* mIBO; }; -- cgit v1.1-26-g67d0