summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/graphics/mesh2d.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-05-02 21:42:09 +0800
committerchai <chaifix@163.com>2019-05-02 21:42:09 +0800
commit59a0e32991b5b714b6bdba504b6fbacdcd4b907a (patch)
tree763d10da51491ea88416e159651e97c9193673d8 /source/modules/asura-core/graphics/mesh2d.h
parent866e00474be3bfe0e7dac73b720af0b9ebf7109a (diff)
*misc
Diffstat (limited to 'source/modules/asura-core/graphics/mesh2d.h')
-rw-r--r--source/modules/asura-core/graphics/mesh2d.h10
1 files changed, 4 insertions, 6 deletions
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йvboebo
+ /// mesh2d dataйvertex bufferindex buffer
///
VertexBuffer* mVBO;
- IndexBuffer* mEBO;
+ IndexBuffer* mIBO;
};