summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/graphics/mesh2d.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-06-09 21:12:25 +0800
committerchai <chaifix@163.com>2019-06-09 21:12:25 +0800
commit8ee3f7453bf7b0db5c7358e697e91714d825c87d (patch)
tree57283565219d1808b47bbd4a883a5a52b6eb7bae /source/modules/asura-core/graphics/mesh2d.h
parentd7a972a0f16da0fd7bf4c0b70913920216ff3113 (diff)
*misc
Diffstat (limited to 'source/modules/asura-core/graphics/mesh2d.h')
-rw-r--r--source/modules/asura-core/graphics/mesh2d.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/source/modules/asura-core/graphics/mesh2d.h b/source/modules/asura-core/graphics/mesh2d.h
index f2770e1..5330967 100644
--- a/source/modules/asura-core/graphics/mesh2d.h
+++ b/source/modules/asura-core/graphics/mesh2d.h
@@ -37,15 +37,14 @@ namespace AsuraEngine
private:
+ VertexBuffer* mVBO; ///< vertex buffer
+ IndexBuffer* mIBO; ///< index buffer
+
+ luaxport:
+
LUAX_DECL_FACTORY(Mesh2D);
LUAX_DECL_METHOD(_SetVertex);
-
- ///
- /// mesh2d dataйvertex bufferindex buffer
- ///
- VertexBuffer* mVBO;
- IndexBuffer* mIBO;
};