diff options
author | chai <chaifix@163.com> | 2019-06-21 22:47:36 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-06-21 22:47:36 +0800 |
commit | 7894c2971626f9560b4ec77a1ce5a9a64a4f3810 (patch) | |
tree | c7bd04fbf4b8e21b48c4d6902c4bd910987e7560 /source/modules/asura-core/graphics/index_buffer.h | |
parent | 8ee3f7453bf7b0db5c7358e697e91714d825c87d (diff) |
*格式化代码
Diffstat (limited to 'source/modules/asura-core/graphics/index_buffer.h')
-rw-r--r-- | source/modules/asura-core/graphics/index_buffer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/modules/asura-core/graphics/index_buffer.h b/source/modules/asura-core/graphics/index_buffer.h index c5d2e9e..98e901a 100644 --- a/source/modules/asura-core/graphics/index_buffer.h +++ b/source/modules/asura-core/graphics/index_buffer.h @@ -22,8 +22,6 @@ namespace AsuraEngine IndexBuffer(BufferUsage usage, BufferDataType datatype, size_t size); ~IndexBuffer(); - private: - luaxport: LUAX_DECL_FACTORY(IndexBuffer); |